A family of Microsoft relational database management systems designed for ease of use.
That was my idea. User was hitting the same keystroke many times, so I suggested to create an AutoKeys macro to do it for him. I also mentioned a possible problematic database design. See this original thread: http://answers.microsoft.com/en-us/office/forum/office_2010-access/i-am-looking-for-a-way-copy-keystrokes-for-data/17bcb7d1-5a7f-45c5-a7d8-c51f16157bbe
I was able to create the macro in A2010 as follows:
* Follow instructions from http://eileenslounge.com/viewtopic.php?f=29&t=7927 (thanks Hans!)
* Setup F12 macro, with a single action SendKeys (requires clicking Show All Actions), and specifying ^' for the keystroke.
* Open the Order Details form (this is in the Northwind sample app), go to the last record, go to a new record, then hit F12 and it copies the previous record to the new record.