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

just want rows with the date that is 90+ days in the pass - how

Status
Not open for further replies.

techexpressinc

Programmer
Oct 28, 2008
67
US
I am trying to create a simple querry in ms access to pull rows from a table with dates in the record where the date is are over 90 days behind the date of the current date.



I tried = "<#Date()-90#" without success.



Thank you for any input Russ @ scaninc.org
 
hi,

The # delimiters converts a STRING to a DATE. If you already have a DATE, then you do not need to convert anything.

Skip,
[glasses]Don't let the Diatribe...
talk you to death![tongue]

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top