One problem. I have the table linke to a .txt file. I would have to sanitize the data to send you the filter.txt file. Then after sanitization I don't think there will be any data to use. What do you think?
Field Size 255
Required no
Allowed zero length yes
indexed no
Unicode Compression no
IME Mode No Control
IME Sentence Mode None
Data type text
I hope this is what you want.
FROM Filter
WHERE ((((Filter.[TC-530])<>"TC-530"))
And (((Filter.[TC-150])<>"TC-150"))
And (((IsNull((Filter.DOD)))=True))
And (((Filter.DOB)>=#1/1/1929#))
And (((Filter.DOB)<=#1/1/1986#))
And (((IsNull((Filter.[SSN S])))=True))
And (((Filter.[TC-421])<>"TC-421"))
And...
I have 2 queries. They are exact opposites. But I am losing 4 records. Can anyone help? I am just going to list the 2 queries.
First
FROM Filter
WHERE((((Filter.[TC-530])="TC-530"))
Or (((Filter.[TC-150])="TC-150"))
Or (((IsNull((Filter.DOD)))=False))
Or (((Filter.DOB)<#1/1/1929#))
Or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.