what function key to use to step through code

T

tina

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
 
O

Ofer Cohen

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
 
Top