Conditional statement based on active form

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

Guest

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?
 
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.
 
Back
Top