R
ryan.fitzpatrick3
In a query that I have, I have three input boxes where upon running
the query the 1st input box appears and you type what you need in it,
then the 2nd appears, etc then the 3rd appears then the results
appear.
On the 3rd box I have [Class] in the criteria line to prompt the input
box, but if I don't want to input anything in this box, i.e I only
want the 1st and 2nd input box as the filter, how do I bypass it or
click it where it won't pull any records. When I click ok on the 3rd
box, I'm assuming it brings up a search or "nothing" since I didn't
enter anything in there and no results come back. Does this make
sense? I was thinking that I could put the [Class] in the criteria and
also do an if statement or something stating that if [class] is null
then do "*##*" as a search. There's only 2 numbers in this field.
Ryan
the query the 1st input box appears and you type what you need in it,
then the 2nd appears, etc then the 3rd appears then the results
appear.
On the 3rd box I have [Class] in the criteria line to prompt the input
box, but if I don't want to input anything in this box, i.e I only
want the 1st and 2nd input box as the filter, how do I bypass it or
click it where it won't pull any records. When I click ok on the 3rd
box, I'm assuming it brings up a search or "nothing" since I didn't
enter anything in there and no results come back. Does this make
sense? I was thinking that I could put the [Class] in the criteria and
also do an if statement or something stating that if [class] is null
then do "*##*" as a search. There's only 2 numbers in this field.
Ryan