B
bomantas
Hi peeps! I made a Query-By-Form and got most of it working the way
want except I can't make it run if there are null values. I want it t
display all the records if my combo box doesn't contain anything. I d
have other combo boxes that may contain criteria, so I would like th
query to still search by those criteria. My coding in the underlyin
query is
[Forms]![Form1]![Combo3] Or [Forms]![Form1]![Combo3]Is Null
This however makes the query return no records. I think because it i
looking for records that have that particular criteria blank. Can som
one help
want except I can't make it run if there are null values. I want it t
display all the records if my combo box doesn't contain anything. I d
have other combo boxes that may contain criteria, so I would like th
query to still search by those criteria. My coding in the underlyin
query is
[Forms]![Form1]![Combo3] Or [Forms]![Form1]![Combo3]Is Null
This however makes the query return no records. I think because it i
looking for records that have that particular criteria blank. Can som
one help