G
Guest
I am trying to pull date within 1 year.
What format should i use in my query.
What format should i use in my query.
=DateAdd("q",-4,Date())
I am trying to pull date within 1 year.
What format should i use in my query.
for example:
From current date "9/27/2006"
So it should pull all data between "9/27/2006" and "9/27/2005"
John Vinson said:Like I said:
BETWEEN DateAdd("yyyy",-1,Date()) AND Date()
John W. Vinson[MVP]