Enable/Disable control based on value

Enable/Disable control based on value


 ' Text field
Me.RaceOther.Enabled = IIf(Me.Race = "Other", -1, 0)

Associated Files

Comments

Log in to comment