On 31/08/2010 22:00:02, McKilty wrote:
Quote:
I have an Access form and the user would like to press CTRL+N to move
to a new record. I am aware there are buttons he could press to do
this, but he prefers to use the keyboard and not the mouse.
Can I create a button and assign the CTRL+N shortcut to it? Or
another keystroke combo?
Thanks |
I hate macros ... but define a macro calles AUTOKEYS. Under Macro Name type
^N (The ^ on my keyboard is a shifted 6) The Action is GoToRecord and the
action argument under Record is New
HTH
Phil