In Access 2003 what is the short cut for adding a new record ?

M

Mimig

I need the shortcut for adding a New Record to my database. I hate having to
click at the tool bar. Thank you.
 
J

John W. Vinson

I need the shortcut for adding a New Record to my database. I hate having to
click at the tool bar. Thank you.

Are you using a Form (good) or a table datasheet (*not* recommended)? Either
way, Ctrl-+ (hold down the Ctrl key and click the + key) should get you to the
new record. A well designed form with a properly set Cycle and Tab Order
should make it unnecessary, though.
 
Top