T
Timothy
I have a query by form with multiple entry parameters
using a is not null and like & "*"form!formname!entry
& "*" in the query for each parameter. My problem is if I
leave one entry blank I retrieve all records, because of
the *'s.
I need the correct statement, still using the like
& "*"...&"*", to say if one entry is left blank then
return NO records. So only the entries that have a
critera entered will return a record.
Any and all help is greatly appreciated.
Timothy
using a is not null and like & "*"form!formname!entry
& "*" in the query for each parameter. My problem is if I
leave one entry blank I retrieve all records, because of
the *'s.
I need the correct statement, still using the like
& "*"...&"*", to say if one entry is left blank then
return NO records. So only the entries that have a
critera entered will return a record.
Any and all help is greatly appreciated.
Timothy