totn Access 2010 VBA Debugging

MS Access 2010: Step Into - VBA code

This MSAccess tutorial explains how to use Step Into in the VBA debugging environment in Access 2010 (with screenshots and step-by-step instructions).

Step Into

Microsoft Access

You can choose to "Step Into" your code in Access 2010. What this means is that you will step through each line of code in your current procedure as well as step into the code of any procedures that are called by the current procedure.

You can do this by either pressing the F8 key or selecting "Step Into" under the Debug menu.

Microsoft Access

Each time you select "Step Into", the debugger will move you to the next line of code.