A
Anthony Viscomi
I've created a query that filters for the following criteria:
"ITEM" this is passed by a value within a combo box on the loaded form
"OPTION" this is passed by a value within a combo box on the loaded form
There is also a "Price" field; this is the value I am looking for.
There is always an ITEM; but not always an OPTION for a particuliar ITEM.
Thus when the OPTION field is Null, no values are returned in the query.
Basically, I need a way for the query to handle these occurences.
Any thoughts?
Thanks!
Anthony Viscomi
"ITEM" this is passed by a value within a combo box on the loaded form
"OPTION" this is passed by a value within a combo box on the loaded form
There is also a "Price" field; this is the value I am looking for.
There is always an ITEM; but not always an OPTION for a particuliar ITEM.
Thus when the OPTION field is Null, no values are returned in the query.
Basically, I need a way for the query to handle these occurences.
Any thoughts?
Thanks!
Anthony Viscomi