oblivion86
Registered User.
- Local time
- Today, 08:41
- Joined
- Aug 8, 2012
- Messages
- 38
Hi,
I am having some problems querying using wildcard search through a search form.
E.g. I am querying addresses containing the word "Jacksons" in the address:
Addresses are among the few fields that I have, e.g. Address, Name, Date of birth, Age etc.
So my usual query would be to *jackson* in the query row.
However, in a search form, would my query now be option (a) or (b)?
(a) Like "*" & [forms]![form1][address] & "*"
(b) Like "*" & [forms]![form1][address] & "*" OR Like "*" & [forms]![form1][address] & "*" Is Null
Thanks!
I am having some problems querying using wildcard search through a search form.
E.g. I am querying addresses containing the word "Jacksons" in the address:
Addresses are among the few fields that I have, e.g. Address, Name, Date of birth, Age etc.
So my usual query would be to *jackson* in the query row.
However, in a search form, would my query now be option (a) or (b)?
(a) Like "*" & [forms]![form1][address] & "*"
(b) Like "*" & [forms]![form1][address] & "*" OR Like "*" & [forms]![form1][address] & "*" Is Null
Thanks!