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 wOOdy-Soft 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 LinsayPatterson

  1. LinsayPatterson

    MSQuery date criteria using 'today's' date

    On further inspection I found some issues with that previous code & found this one is much better: >=current_date()-62
  2. LinsayPatterson

    MSQuery date criteria using 'today's' date

    I've been following a previous (now closed) thread on this & see there was not a conclusive solution. For returning the date using MSQuery: >=GetDate() For returning today minus 65 days use: >=(GetDate())-65

Part and Inventory Search

Back
Top