S
seans
Hello,
Please, can somebody help me? I am using a form to take in parameters
for an Access query. The values are entered into various text fields
in the dialog. Is there a way that I can ignore any text fields which
are left empty? I tried using this in the criteria but it doesn't seem
to work.
IIf([Forms]![Search]![Number],Like "*" & [Forms]![Search]![Number] &
"*","")
Search is the name of the form. Number the name of one of the text
fields. I basically don't want any criteria to appear if the text
field is blank.
thanks in advance.
sean
Please, can somebody help me? I am using a form to take in parameters
for an Access query. The values are entered into various text fields
in the dialog. Is there a way that I can ignore any text fields which
are left empty? I tried using this in the criteria but it doesn't seem
to work.
IIf([Forms]![Search]![Number],Like "*" & [Forms]![Search]![Number] &
"*","")
Search is the name of the form. Number the name of one of the text
fields. I basically don't want any criteria to appear if the text
field is blank.
thanks in advance.
sean