MS Acess
MS Acess
MS Acess
17
MACROS
It is possible to automate frequently performed procedures or tasks using a database
component known as a macro.
For example, if you frequently use a particular form when you start a database program,
you need to create a macro that automates the opening of the form.
CREATING A MACRO
1. Click Create tab.
2. Click on Macro.
3. Under Action, specify the action you want the macro to perform e.g. OpenForm,
OpenQuery, OpenReport, etc.
4. Under Action Arguments, specify the object name.
5. Under View, specify the type of view to open the object in.
6. Close the macro to Save it with a name.
7. Right click on the macro, and then click Run.