January 2002
Beginner
576 pages
13h 23m
English
The RunCommand action can run built-in Access commands from the Access menu bar, toolbar, or shortcut menu. This action replaced the DoMenuItem action from Access 97. The one required argument, which can be selected from a drop-down list, is required.
You can use a macro to print the current record on a form. This macro can be easily converted to VBA code. You use the RunCommand action to select the current record and then print the selection.
The following steps guide you through the process of creating the macro:
1. |
Under Macros, click New from the Database toolbar to open the Macro window.
|
2. |
Click the drop-down box in the first row of the Action column and choose RunCommand. You can type r in ... |
Read now
Unlock full access