Ydrasil72683
Registered User.
- Local time
- Today, 18:11
- Joined
- Jul 16, 2012
- Messages
- 14
Hello
I am running a query with Like "*" & [forms]![Frm_Lock_DES]![LNumber] & "*" in the Criteria field. This links it to the form which returns all the records that have all values in them, For example 1st name,last name, email etc. But if a record has a blank field it will not return anything, I just get a blank table. Is there a way to do this with a Where clause ? I have been experimenting Is Null and the Where Clause but I cant get the Syntax right. Does anybody have any suggestions ?
I am running a query with Like "*" & [forms]![Frm_Lock_DES]![LNumber] & "*" in the Criteria field. This links it to the form which returns all the records that have all values in them, For example 1st name,last name, email etc. But if a record has a blank field it will not return anything, I just get a blank table. Is there a way to do this with a Where clause ? I have been experimenting Is Null and the Where Clause but I cant get the Syntax right. Does anybody have any suggestions ?