After Update HELP!

J

J.J.

hi,
I have a form(Employees) with combo box(Rating) that has only 2
values(FirstClass, SecondClass). On other form(Sales) that has combo
box(Employees_ID). Now I want after update of Sales_Form to trigger either
FirstClassMacro or SecondClassMacro based on that what is selected in
Employees_Form.

Tnx in advance
J.J
 
S

Steve Schapel

JJ,

If you are using a macro, you can put something like this in the
Condition of the macro actions concerned...
[Forms]![Employees]![Rating]="FirstClass"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top