How to Create the AutoKey macro

desireemm

Registered User.
Local time
Today, 05:38
Joined
Dec 30, 2003
Messages
64
Hi all I was wondering how do you create the Autokey Macro its the equivalant to CTRL+' hot key??

thank you
 
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
 
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??
 

Users who are viewing this thread

Back
Top Bottom