I have several multiple parameter queries that ask a Request #, Date, Type or a combination thereof. The problem is if, in this case, the Type field is null, the record is dropped out. I used:
LIKE [Enter "fieldname" or click OK for ALL] & "*"
on all the different fields, so a user can choose all or none of the parameter options for criteria. I also have some that use popup dialog forms in the same way. I tried Access help that said to enter the parameter on the OR line with Is Null after it, but then if I set a parameter on THAT field, besides getting the indicated parameter, I get any record with a null value in that field. It works fine if I search on any other the other parameters.
I hope this makes sense, because I am already confused enough! Does anyone have any ideas??
Thanks! : )
LIKE [Enter "fieldname" or click OK for ALL] & "*"
on all the different fields, so a user can choose all or none of the parameter options for criteria. I also have some that use popup dialog forms in the same way. I tried Access help that said to enter the parameter on the OR line with Is Null after it, but then if I set a parameter on THAT field, besides getting the indicated parameter, I get any record with a null value in that field. It works fine if I search on any other the other parameters.
I hope this makes sense, because I am already confused enough! Does anyone have any ideas??
Thanks! : )