G
Guest
I need to filter a query with something on the order of:
not like "R*" and not like "T*" and not null
unfortunately, I believe there is no "not like" command in access other than
in ADP.
If I went the route of using <>, I would have to be explicit about each of
the 30 possibilities as the <> paramater does not accept a wildcard.
Suggestions?
not like "R*" and not like "T*" and not null
unfortunately, I believe there is no "not like" command in access other than
in ADP.
If I went the route of using <>, I would have to be explicit about each of
the 30 possibilities as the <> paramater does not accept a wildcard.
Suggestions?