Conditional statement based on active form

M

Mike

Hello,

I'm trying to write a Macro whereby a keystroke performs differing functions
based on what form I have the focus on. I don't know how to program with
Visual Basic, but I do pretty well with Macros. Can anyone help?
 
S

Steve Schapel

Mike,

Use this type of thing in the Condition for the AutoKeys macros...
[Screen].[ActiveForm].[Name]="YourForm"

Please post back with more details, and examples, if you need more
explicit help.
 
Top