View Full Version : How to Create the AutoKey macro


desireemm
08-28-2009, 11:14 PM
Hi all I was wondering how do you create the Autokey Macro its the equivalant to CTRL+' hot key??

thank you

ajetrumpet
08-29-2009, 08:23 AM
Hi all I was wondering how do you create the Autokey Macro its the equivalant to CTRL+' hot key??

thank you

what you trying to do? doesnt the hotkey you mentioned create a new record?

Dick7Access
08-29-2009, 08:38 AM
I like to use autokeys to toggle back and forth from form view and datasheet view. This may not help with what you are doing but just in case here is mine. Of couse I am sure you know the macro must be named autokeys
Macro Name Action command
{f9} RunCommand DatasheetView
{f10} RunCommand FormView

desireemm
08-29-2009, 11:09 AM
apparently what the CTRL + ' Key does an
Insert the data from the same field in the previous record CTRL+' its like a ditto key and I need to recreate or code it into a macro because the ADP I am using doesnt support it. adn I dont know how to create that??

desireemm
08-29-2009, 11:11 AM
what you trying to do? doesnt the hotkey you mentioned create a new record?

yes it does its like ditto key that access supports but and ADP does not