On Github ninjapanzer / accessmacroslides
Created by Paul Scarrone / @PaulSCoder
Set of ordered instructions for the purpose of automating frequently used tasks
Mention: Speed up editing and formatting Option Dialogs more accessibleBasically yes with a focus on the basically
Mention: Speed up editing and formatting Option Dialogs more accessible Many functions that are already present in Access act as macros
We are going to construct a form and give it some functionality
Its always a good idea to get an idea of what our controls are named and setup their default values.
Set the default text property of our text box to something fun.
Right click element go to properties -> Data -> default valueOur Goal is to make this form change the value in the text field to happy/sad depending on the button clicked
Right click a button and select 'Build Event'
Notice the action catalog to the right as well
Lets talk about what we did hereGo ahead and try and make the happy button do its job
Sit around and waitWhile this could be considered trivial being able to interact with properties is very important to generating rich applications
Remember programming is all small trivial pieces
Some ClappingLets say we get off the jungle gym and hope into the business world.
Checkout RPS