Need macro to enable a control based on value in another

  • Thread starter Thread starter Guest
  • Start date Start date
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"
 
Back
Top