J
Junior
just realized my query isn't working properly and i'm stumped
Have a text field [RPlan] in a table
QRY1 contains [RPlan]
I want to find all records in QRY1 that do not contain "XXX" in [Rplan]
not="XXX" doesn't work
null works but doesn't ensure only XXX is the only records excluded
What is the proper way to exclude only records containing XXX when querying
QRY1 in a second query??
Have a text field [RPlan] in a table
QRY1 contains [RPlan]
I want to find all records in QRY1 that do not contain "XXX" in [Rplan]
not="XXX" doesn't work
null works but doesn't ensure only XXX is the only records excluded
What is the proper way to exclude only records containing XXX when querying
QRY1 in a second query??