B
Brian Goldhammer via AccessMonster.com
I have an option group at the beginning of a form with option65 value at 1
and option 67 value at 2. When the user selects option 67, I'd like a label
(Label39) on the form to change color. Some coding I've tried is as follows:
If Option67.Value = 2 Then
Label39.ForeColor = 255
Else: Label559.ForeColor = 0
End If
When I select option67 in the form, I get an error message "You've entered an
expression that has no value".
Thanks in advance for your help.
and option 67 value at 2. When the user selects option 67, I'd like a label
(Label39) on the form to change color. Some coding I've tried is as follows:
If Option67.Value = 2 Then
Label39.ForeColor = 255
Else: Label559.ForeColor = 0
End If
When I select option67 in the form, I get an error message "You've entered an
expression that has no value".
Thanks in advance for your help.