Conditional Macro question

S

Suze

I want to have the focus sent to a specified field after
the current field is updated, but the field I want to
send the focus to will depend on what is entered in the
current field. IsNull and IsNotNull are not sufficient.
The info entered is chosen from a drop down list, so will
always read the same. How do I write this macro please ??
 
S

Steve Schapel

Suze

Use a GoToControl action for each option, and in the Condition for each
of them, put an expression to show the value, for example...
[NameOfYourCombobox]="fred"
Assign the macro on the After Update event of the combobox.
 

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