P
PJFry
I am designing a form that allows a user to specify query conditions. I run
into trouble is the user does not want to limit on a particular item.
I have a form, fDrill that has three combo boxes, once of which is for the
customer name, cboCustName. The query that uses these conditions is qDrill.
The Customer Name field in qDrill has [Forms]![fDrill]![cboCustName] as the
condition. If the user does not choose a customer, then the query returns
nothing. How do I set either the form or the query to recognize that a combo
box with no value means that they do not want to add a condition to that
field and return all the customers?
Thanks!
PJ
into trouble is the user does not want to limit on a particular item.
I have a form, fDrill that has three combo boxes, once of which is for the
customer name, cboCustName. The query that uses these conditions is qDrill.
The Customer Name field in qDrill has [Forms]![fDrill]![cboCustName] as the
condition. If the user does not choose a customer, then the query returns
nothing. How do I set either the form or the query to recognize that a combo
box with no value means that they do not want to add a condition to that
field and return all the customers?
Thanks!
PJ