Use Array to read dat from and write data to Tables and Queries

use-array-to-read-dat-from-and-write-data-to-tables-and-queries

In Microsoft Access, using only queries and macros (not VBA) can not make you go far enough. A professional database requires certain calculations and user interface to make it versatile and user-friendly. Access VBA (Visual Basic Application) is the final frontier that worth the effort to learn and master. The payoff can be beyond your … Read more Use Array to read dat from and write data to Tables and Queries

Install a Language Pack and Add a keyboard input method

install-a-language-pack-and-add-a-keyboard-input-method

If you need to generate documents in a foreign language, you need to install a language pack and add a keyboard input method. Please follow the below steps to do so. Step 1: Click “Start” button and choose “Control Panel”. Step 2: On the Control Panel pop-up screen, choose “Clock, Language, and Region”, and then … Read more Install a Language Pack and Add a keyboard input method

Create Organization Chart by using SmartArt

create-organization-chart-by-using-smartart

It becomes very easy to create organization chart in the later versions of Microsoft Office Suite. You can do it in Word, Excel, or PowerPoint by using the SmartArt features. Most people do it in PowerPoint for presentation purposes, but you can follow the same steps and use the same commands in Word or Excel. … Read more Create Organization Chart by using SmartArt

Use Embedded SQL Query for better efficiency and security

Creating a query in Microsoft Access is simple and most people can learn to do it in a relatively short period of time. However, using query in Microsoft Access has two major drawbacks: If you want to create a parameter query and the parameters are saved in a table, it will be very slow to … Read more Use Embedded SQL Query for better efficiency and security