totn Access 2007 VBA Debugging

MS Access 2007: Halt - VBA code

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

Halt

Microsoft Access

You can choose to "Halt" execution of your code in Access 2007. What this means is that your suspended program will halt execution. You will no longer be in debug mode.

You can do this by selecting "Reset" under the Run menu.

Microsoft Access

You would normally select this option after you've identified the bug in your code. Once your code is halted, you can modify your VBA code to remedy the problem.

Congratulations! You've just completed the tutorial on Debugging VBA Code.