What is VBA?
VBA standards for Visual Basic for Applications and is the language embedded within your Access database.You use VBA whenever you do one of the following:
- Create a new function.
- Create a new subroutine.
- Define a global variable.
- Place code behind an event procedure such as the "On Click" event of a command button.
- Execute the RunCode action in a macro.