98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » microsoft+access+training+course - How does macros work with Access
microsoft+access+training+course - How does macros work with Access
Resolved · Low Priority · Version Standard
Deborah has attended:
Access Intermediate course
How does macros work with Access
How does macros work wiith access
RE: how does macros work with Access
Macros in Access are built step by step rather than like a video recording in Excel, Word and PowerPoint.
Each step is programmed into the macro, like lines of code.
There are 3 main parts to each line of code.
The ACTION, ARGUMENTS and COMMENTS
ACTIONS define what you want to do to a specific object
ie. OPEN (a form)
ARGUMENTS specify which object you want the action done to.
ie open TABLE
COMMENTS allow you to describe the step you are taking in english, so you can refer back to what you have created.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Related tablesWhen you have related tables such as Customers and their Orders, the Customer table is the Primary table. |