what function key to use to step through code

  • Thread starter Thread starter Guest
  • Start date Start date
open a module in your database, and click Debug on the menu bar. the
available shortcut keys for each option are listed on the right side of the
menu.

hth
 
While you are in code design, you can locate the cursor in a desire code
line, then use this function keys

F9 = Add a code break or cancel a code break
F8 = Step one line a time
F5 = Run the code, without stoping in each line
F8 + Sift = Run each line, but wont get into sub functions
 

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