Need macro to enable a control based on value in another

K

Ken Snell [MVP]

Check out the SetValue action. You can set the value of the .Enabled
property of a control.

Action: SetValue
Item: Forms!FormName!ControlName.Enabled
Expression: Forms!FormName!TestControlName.Value = "Value when you want
the first control enabled"
 

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