MS Access Tutorial: Debugging VBA Code in Access 2003/XP/2000/97 (page 1 of 12)
VBA's Debugging Environment
VBA's debugging environment allows the programmer to momentarily suspend the execution of VBA code so that the following debug tasks can be done:
- Check the value of a variable in its current state.
- Enter VBA code in the Immediate window to view the results.
- Execute each line of code one at a time.
- Continue execution of the code.
- Halt execution of the code.
These are just some of the tasks that you might perform in VBA's debugging environment.