totn Access 2010 VBA Debugging

MS Access 2010: Continue - VBA code

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

Continue

Microsoft Access

You can choose to "Continue" execution of your code in Access 2010. What this means is that your suspended program will continue executing from where it left off. With this option, your program should either finish running or suspend at the next breakpoint encountered.

You can do this by either pressing the F5 key or selecting "Continue" under the Run menu.

Microsoft Access