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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Tiso
  • Order by date
  1. Tiso

    Queries and reports

    The variables have to be outside the SQL string and dates have to be included within "#", so the correct sintax for the SQL string is: "SELECT * FROM [TABLENAME] WHERE ((([TABLENAME].DateIssued) BETWEEN #" & [start date] & "# AND #" & [end date] & "#))&quot...

Part and Inventory Search

Back
Top