Duplicating a Record with a Key Command

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to duplicate a record using a key command. I have started a AutoKeys
macro group, but I can't find the command to duplicate record. Does Anybody
know a way to do this?
 
The Command Button Wizard has an option to duplicate the record. Even if
you don't want it on a button, you can create the button, steal the code,
then delete the button. In the Button Wizard, look under Record Operations
Duplicate Record. If you put this code in a General Module and store it
in a Function, you can use the RunCode Action in a macro to run it.

--
--Roger Carlson
Access Database Samples: www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L
 
What do you mean by a General Module? My form already has a duplicate record
button, how do I steal the code from it and put it in a function?

Thank you,
Jake Howk
 
Back
Top