C
CD Tom
Here's my problem and quesiton. I have a report that's rowsource is a query.
The user has 4 options to include in the report they can check 4 check boxes
depending what they want included in the report. If the only select one of
the check boxes then the query needs to do a where (fieldName) = CB1 if the
user selects Check box 1 and 2 then the query need to do a where (fieldName)
= CB1 or CB2 and so on, is there an easy way to do this with out having to
create a query for each check box selection?
Thanks for all your help
Tom
The user has 4 options to include in the report they can check 4 check boxes
depending what they want included in the report. If the only select one of
the check boxes then the query needs to do a where (fieldName) = CB1 if the
user selects Check box 1 and 2 then the query need to do a where (fieldName)
= CB1 or CB2 and so on, is there an easy way to do this with out having to
create a query for each check box selection?
Thanks for all your help
Tom