
Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Actually, I meant 60 days ago thru the present. (sorry)
Can't seem to get either of your suggestions to work (no data is returned).
If I enter > "20060430" in the criteria, it works. Of course, I don't want
to have to change the query each day, so I would like to use (current date -
60) - somehow.
> > I would like to select rows from a table where a text date field is greater
> > than 60 days before the current date. Can you help with the expression ?
[quoted text clipped - 7 lines]
> Or..
> < DateAdd("d",-60,Date())
Ofer Cohen - 30 Jun 2006 16:48 GMT
Using your example, Fred's post, and because it's a text box, try
> Format(DateAdd("d",-60,Date()),"yyyymmdd")

Signature
Good Luck
BS"D
> Actually, I meant 60 days ago thru the present. (sorry)
>
[quoted text clipped - 14 lines]
> > Or..
> > < DateAdd("d",-60,Date())
MS - 30 Jun 2006 17:01 GMT
Worked !!! Thanks to everyone for your help !!
> Using your example, Fred's post, and because it's a text box, try
>
[quoted text clipped - 18 lines]
> > > Or..
> > > < DateAdd("d",-60,Date())