Posts Tagged 'Command Button'

How to Automate Tasks in MS Access with Macros

This article addresses how users can set up Automation tasks in MS Access with the use of Macros. Marco is an MS Access feature which allows users to automate tasks while adding functionalities in their reports, forms, and controls. Access’s Macros work a little differently from Word and Excel; yet are equally powerful. In Access, one can create Macros with which a user is able to record series of Keystrokes and can play them in the future. Access Macro Features Access Macros is built...

Read more »

How to Add Command Button on Forms in MS Access

This article addresses the importance and use of Command Buttons, while also illustrating steps to properly use it. Command Buttons are basically used for providing database access to functions like opening related forms or saving or for printing data. Command Button is used for starting an action or for running multiple actions, which help other functions in getting access to the database from which the data is restored and the query is solved. For example, a user can create a Command...

Read more »

How to Make a Percentage Calculator in Your Word via VBA

In this post, there are detailed steps for you to make a percentage calculator in your Word with the use of VBA editor. A Word document can contains a lot of numbers, such as a sale report. Then you may find it such a headache to deal with percentage calculation. Therefore, we want to offer you the way to build a percentage calculator by yourself in Word.        Insert a User Form Firstly, trigger VBA editor in Word with “Alt+ F11”. Then click “Insert” and select “UserForm”. ...

Read more »