G
Guest
Lets say I have a table which holds a persons name and then up to five
further Yes/No fields which describe the time of the day they might like to
watch TV
I have a form that has a check box for each of the times, so check
1=8am-10am, check 2=10am-noon etc
Now I can create a query that simply returns the people who like to watch tv
based upon check 1 but the complexity arises when I want the user to be able
to interact with all five check boxes on the form.
When I offer more than 1 check box on the form and link it to the criteria
section of the query access insists on evaluating the check boxes that are
left clear. I want to be able to only query on those check boxes I care about
which may not be all five.
To elaborate further if I selected check 1 3 and 5 but left 2 and 4 blank
access would only return those people who have checked 1 3 and 5 but also Not
checked 2 and 4 and I want to be able to ignore 2 and 4 in certain
situations. Can I design a form/query combination that allows me to do this?
Any advice appreciated.
further Yes/No fields which describe the time of the day they might like to
watch TV
I have a form that has a check box for each of the times, so check
1=8am-10am, check 2=10am-noon etc
Now I can create a query that simply returns the people who like to watch tv
based upon check 1 but the complexity arises when I want the user to be able
to interact with all five check boxes on the form.
When I offer more than 1 check box on the form and link it to the criteria
section of the query access insists on evaluating the check boxes that are
left clear. I want to be able to only query on those check boxes I care about
which may not be all five.
To elaborate further if I selected check 1 3 and 5 but left 2 and 4 blank
access would only return those people who have checked 1 3 and 5 but also Not
checked 2 and 4 and I want to be able to ignore 2 and 4 in certain
situations. Can I design a form/query combination that allows me to do this?
Any advice appreciated.