Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Reggie2004

  1. Reggie2004

    Query help

    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?
  2. Reggie2004

    Query help

    It listed in the Queries tab.
  3. Reggie2004

    Query help

    Data type mismatch
  4. Reggie2004

    Query help

    And ((Filter.MODULE_BALANCE)<"0") and ((Filter.[TC-590])<>"TC-590"); 2nd OR (((Filter.MODULE_BALANCE)>"0")) OR ((Filter.[TC-590])="TC-590");
  5. Reggie2004

    Query help

    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.
  6. Reggie2004

    Query help

    <"0" is all I see in the design view.
  7. Reggie2004

    Query help

    Neither works. 0 or "0" with your query. I get data type mismatch on both.
  8. Reggie2004

    Query help

    When I used yours I did not have any quotes. A straight copy and paste.
  9. Reggie2004

    Query help

    Data type mismatch error. When I use your changes.
  10. Reggie2004

    Query help

    You are currect it is a text field. But when I use the query you gave me I get a data type error.
  11. Reggie2004

    Query help

    It is a number field.
  12. Reggie2004

    Query help

    Removed the change to 1 query only. Still missing 4 records.
  13. Reggie2004

    Query help

    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...
  14. Reggie2004

    Query help

    But I still end up with 252 instead of 256 records.
  15. Reggie2004

    Query help

    Yes I have.

Part and Inventory Search

Back
Top