TheSearcher
Registered User.
- Local time
- Yesterday, 20:06
- Joined
- Jul 21, 2011
- Messages
- 385
Hi All,
I have a stand alone option button on a form. When the form is updated my code checks for the value of this button to see whether it is True of False. I'm using a message box that shows me the value of the button. Sometimes, when the value is "True" the message box returns "True" as it should. However, sometimes when the value is "True" the message box returns -1. When this happens my code doesn't work because it's only looking for a True or False value. How can I resolve this?
Thanks,
TS
I have a stand alone option button on a form. When the form is updated my code checks for the value of this button to see whether it is True of False. I'm using a message box that shows me the value of the button. Sometimes, when the value is "True" the message box returns "True" as it should. However, sometimes when the value is "True" the message box returns -1. When this happens my code doesn't work because it's only looking for a True or False value. How can I resolve this?
Thanks,
TS