Access 2003 debug?

KLin

Lifer
Feb 29, 2000
30,950
1,076
126
You may need to set a breakpoint.

ALT-F11 brings up the VBA editor
CTRL-BREAK will break into the code if it's running
F5 is used to continue running code
F8 is used to step to the next line of code.

HTH.