N
nybaseball22
Hello. Thanks for the help.
I have a form where I am using an if/then code to open a subform.
Example:
If Color = "Red" Then
Do this
ElseIf Color ="Blue" Then
Do This
ElseIf
'Any other......
I want to know if there is a way to make one of my ElseIf selections
have more than one option. Something like:
If Color = "Red" Then
Do this
ElseIf Color = "Blue" Then
Do This
ElseIf Color = "Orange" Or "Purple" Or "Yellow"
Do This
Thanks Again.
I have a form where I am using an if/then code to open a subform.
Example:
If Color = "Red" Then
Do this
ElseIf Color ="Blue" Then
Do This
ElseIf
'Any other......
I want to know if there is a way to make one of my ElseIf selections
have more than one option. Something like:
If Color = "Red" Then
Do this
ElseIf Color = "Blue" Then
Do This
ElseIf Color = "Orange" Or "Purple" Or "Yellow"
Do This
Thanks Again.