Thenolos
Technical User
- Jul 15, 2004
- 38
Hello, I have a Command Button on a form that needs to check a query field for a boolean value of true or false. The Query field it checks is based on a combo box. For example.
If [Combo90].Value is "Northern Florida" , I want to check and see if field [Northern Florida] on a query that returns only one record is true or false. I have absolutely no idea how to go about this in a manner that will not require eight million lines of code, so if anyone might be able to give me a hint I would greatly appreciate it.
--Tony
If [Combo90].Value is "Northern Florida" , I want to check and see if field [Northern Florida] on a query that returns only one record is true or false. I have absolutely no idea how to go about this in a manner that will not require eight million lines of code, so if anyone might be able to give me a hint I would greatly appreciate it.
--Tony