K Ken Snell [MVP] Mar 11, 2005 #2 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"
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"