J Jim Pockmire May 6, 2006 #1 Is it possible to create a pop up form and then open it from anywhere in an application using a keyboard sequence (e.g. ctrl-O)?
Is it possible to create a pop up form and then open it from anywhere in an application using a keyboard sequence (e.g. ctrl-O)?
F fredg May 6, 2006 #2 Is it possible to create a pop up form and then open it from anywhere in an application using a keyboard sequence (e.g. ctrl-O)? Click to expand... Since Ctrl-O is already used, how about Ctrl-i ? Click on Macros + New I the Macro Name column write: ^i In the Action column write: OpenForm Enter the name of the form in the Form Name dialog. Save the macro and name it: AutoKeys
Is it possible to create a pop up form and then open it from anywhere in an application using a keyboard sequence (e.g. ctrl-O)? Click to expand... Since Ctrl-O is already used, how about Ctrl-i ? Click on Macros + New I the Macro Name column write: ^i In the Action column write: OpenForm Enter the name of the form in the Form Name dialog. Save the macro and name it: AutoKeys