Enable/Disable control based on value
' Text field Me.RaceOther.Enabled = IIf(Me.Race = "Other", -1, 0)
Log in to comment