B
bigbore50
Hello all,
I have a form with 5 check boxes. I want to run a query based on
the check boxes that are selected. Then I would like to use the values
in that query to create a report.
Table example:
Date Description Price Model Type
New/Used
3/15/06 JD550 10000
Dem N
3/28/06 WX345 12478 Pwx N
3/6/06 TP0567 35879 Uwp
U
3/18/06 SX06 45721
Nfb N
The check boxes I want in my form are
New [] Pwx []
USED [] Dem []
Uwp []
Nfb []
Basically they can select all the check boxes or just one and I would
like the query to find the values that they have selected.
Is this possible without using code?
If so what would the code look like?
Thanks a lot
I have a form with 5 check boxes. I want to run a query based on
the check boxes that are selected. Then I would like to use the values
in that query to create a report.
Table example:
Date Description Price Model Type
New/Used
3/15/06 JD550 10000
Dem N
3/28/06 WX345 12478 Pwx N
3/6/06 TP0567 35879 Uwp
U
3/18/06 SX06 45721
Nfb N
The check boxes I want in my form are
New [] Pwx []
USED [] Dem []
Uwp []
Nfb []
Basically they can select all the check boxes or just one and I would
like the query to find the values that they have selected.
Is this possible without using code?
If so what would the code look like?
Thanks a lot