2
2Blessed4Stress
I have a form where the user selects a cars name by using a yes/no checkbox.
The form is based on a query that sorts the records based on other fields. I
do not have any criteria in my query.
Once the user selects the cars, they click 1 of 3 comand buttons to do the
next step. (The command buttons run off of a macro) This works fine. In my
macro I have a Condition:
[select]=No/ MSG Box-"You must select one car", then stops the macro. This
works fine. The problem is once the user goes to the next step and then
chooses to go back to this selection screen. The same MSG appears even
though on the screen you see the same cars check. I'm not sure if it's in my
condition or what.
The form is based on a query that sorts the records based on other fields. I
do not have any criteria in my query.
Once the user selects the cars, they click 1 of 3 comand buttons to do the
next step. (The command buttons run off of a macro) This works fine. In my
macro I have a Condition:
[select]=No/ MSG Box-"You must select one car", then stops the macro. This
works fine. The problem is once the user goes to the next step and then
chooses to go back to this selection screen. The same MSG appears even
though on the screen you see the same cars check. I'm not sure if it's in my
condition or what.