totn Access 2003 VBA Debugging

MS Access 2003: Moving through VBA code

This MSAccess tutorial explains the options of how to move through the code in the VBA debugging environment in Access 2003 (with screenshots and step-by-step instructions).

Choose how to move through your code

Microsoft Access

Now that you've suspended execution of your program and are in debug mode, you need to choose how to proceed through your code. We'll cover the 4 most common choices.

  1. Step Into
  2. Step Over
  3. Continue
  4. Halt

Let's look at each of these.