garywood84
Registered User.
- Local time
- Today, 04:35
- Joined
- Apr 12, 2006
- Messages
- 168
I have a form with a combo box on it, linked to a field which contains data in "Yes/No" format. I want an IF statement behind a button which will do one thing if the value in the combo box is yes, and another thing if it's no.
Can anyone tell me how to write a statement that says "If the value of combo box = "yes"? It seems that VBA sees yes and no as numerical values, but I can't find out what values!
Thanks,
Gary
Can anyone tell me how to write a statement that says "If the value of combo box = "yes"? It seems that VBA sees yes and no as numerical values, but I can't find out what values!
Thanks,
Gary