A
Ann
I am just starting to learn VBA and am not sure how to do if statements on
option groups if someone can help me. I tried a number of different things
but nothing happens.
I have a User Form with two option groups. They are:
frmGroup1
optYes
optNo
frmGroup2
optYes
optNo
If frmGroup1, optYes is clicked then frmGroup2, has to be optNo otherwise a
message needs to appear telling the user it must be No, the entry is canceled
and they stay in frmGroup2 so they can click No
ElseIf frmGroup1, optNo is clicked and frmGroup2, optYes is clicked (this is
not a mandatory Yes option) a message needs to appear telling the user the
item needs to be put on hold. Any other Any other options are fine and they
can continue on with the form.
Thanks in advance for all the help.
option groups if someone can help me. I tried a number of different things
but nothing happens.
I have a User Form with two option groups. They are:
frmGroup1
optYes
optNo
frmGroup2
optYes
optNo
If frmGroup1, optYes is clicked then frmGroup2, has to be optNo otherwise a
message needs to appear telling the user it must be No, the entry is canceled
and they stay in frmGroup2 so they can click No
ElseIf frmGroup1, optNo is clicked and frmGroup2, optYes is clicked (this is
not a mandatory Yes option) a message needs to appear telling the user the
item needs to be put on hold. Any other Any other options are fine and they
can continue on with the form.
Thanks in advance for all the help.