How do I break

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Forgot how to do this. My Access program I wrote a few months needs to be
edited and I forget how to "break" the program so I can edit it. What are
the key strokes or shortcut to do this?
 
Press F9 on a line of code to create a breakpoint.

Alternatively, you can just insert a line containing:
Stop
 
Assuming that, that what tou mean by "breaking" the program.
Open the MDB while the shift key is pressed.

Or, press the F11 key while the program runs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top