J
JK
I have a form with a combo on it. The combo is a category field. I want to be
able to select a category in the combo and then display all of the records in
the table that have a matching category. I would also like to be able to
select all. So, I have an option group with a two options. One is for all and
the other is for the combo. If all is selected, then a * is inserted into the
field that the query points to.
My problem is this. If I select all, and the * is inserted, the query only
pulls records where the category field is NOT Null or "". If I select all, I
want all.
Any idea how I can work around this?
Thx much!
Jason
able to select a category in the combo and then display all of the records in
the table that have a matching category. I would also like to be able to
select all. So, I have an option group with a two options. One is for all and
the other is for the combo. If all is selected, then a * is inserted into the
field that the query points to.
My problem is this. If I select all, and the * is inserted, the query only
pulls records where the category field is NOT Null or "". If I select all, I
want all.
Any idea how I can work around this?
Thx much!
Jason