P
Pixie78
I am trying to filter a report (based on a qry) through a form. They do want
the one option I wanted to take out. In the report, there is a check box
field. On the form I had added a check box to filter this section or not.
What I want to happen is this: If they check the box on the form, I want the
report to show only those records whos check boxes are indeed checked. If
the check box on the form is Not checked, then I want no filter whatsoever
and for the report to show all records.
I have multiple other filters on this form as well. All of them now work
successfully, thanks to help from here. (a million thanks already)
I have tried many different statements and different types of criteria from
yes/no; true/false; 0, -1. Nothing seems to make it want to filter and
unfilter. I changed it in the table as well, from yes/no, to true/false and
nothing. The farthest I can get is a Type Mismatch Error. I've dim'd the
statment as a string, varient, boolean, integer. Still nothin. I tried
setting it up as just an On/Off filter also but I think I'm not quite good at
that yet.
Somebody please let me know how to create an On/Off filter for this little
check box. I would be greatly indebted!!!! =)
the one option I wanted to take out. In the report, there is a check box
field. On the form I had added a check box to filter this section or not.
What I want to happen is this: If they check the box on the form, I want the
report to show only those records whos check boxes are indeed checked. If
the check box on the form is Not checked, then I want no filter whatsoever
and for the report to show all records.
I have multiple other filters on this form as well. All of them now work
successfully, thanks to help from here. (a million thanks already)
I have tried many different statements and different types of criteria from
yes/no; true/false; 0, -1. Nothing seems to make it want to filter and
unfilter. I changed it in the table as well, from yes/no, to true/false and
nothing. The farthest I can get is a Type Mismatch Error. I've dim'd the
statment as a string, varient, boolean, integer. Still nothin. I tried
setting it up as just an On/Off filter also but I think I'm not quite good at
that yet.
Somebody please let me know how to create an On/Off filter for this little
check box. I would be greatly indebted!!!! =)