S
Sagebrook
I need to select records where a field equals "091s" or "091S".
Here is what I've tried:
If I use "091s" Or "091S", I only get records with "091s".
If I use "091S" Or "091s", I only get records with "091S".
"091S" Or "081S" gets me both requested sets, so I know the Or can work.
I thought about using Like "091*", but that also returns "091c" which I do
not want...
Here is what I've tried:
If I use "091s" Or "091S", I only get records with "091s".
If I use "091S" Or "091s", I only get records with "091S".
"091S" Or "081S" gets me both requested sets, so I know the Or can work.
I thought about using Like "091*", but that also returns "091c" which I do
not want...