G
Guest
I have a query that has a business type field. The field is populated with
either a 1 a 2 or a 3. In the fields criteria, I've used a criteria that is
linked to a frame on a form. Here is what I want to do:
I want to be able to filter each of these three business types, but I also
want to be able to run the query showing all segments. I created a 4 in my
frame and wrote the following criteria so that my query will show all
records. It doesn't work, so can someone show me how to accomplish my task.
IIf([Forms]![frmREGION_REPORT]![Frame11]=4,"Is Not
Null"',[Forms]![frmREGION_REPORT]![Frame11])
Thank you
either a 1 a 2 or a 3. In the fields criteria, I've used a criteria that is
linked to a frame on a form. Here is what I want to do:
I want to be able to filter each of these three business types, but I also
want to be able to run the query showing all segments. I created a 4 in my
frame and wrote the following criteria so that my query will show all
records. It doesn't work, so can someone show me how to accomplish my task.
IIf([Forms]![frmREGION_REPORT]![Frame11]=4,"Is Not
Null"',[Forms]![frmREGION_REPORT]![Frame11])
Thank you