A
anitra_tanner
I have an orders table, I am tryin to write a query that will use the
Order Date (O_Date) for calculating orders with dates 7 days previous,
the date in the O_Date field.
In the criteria
I have used Date() -7 but I still get future dates in my results
I have also used DateAdd("d", 7, Date()) and DateAdd("d", -7, Date())
and many other versions of the 2. <,> etc...
I also need dates 1 month before and after today's date. Any
suggestions?
Order Date (O_Date) for calculating orders with dates 7 days previous,
the date in the O_Date field.
In the criteria
I have used Date() -7 but I still get future dates in my results
I have also used DateAdd("d", 7, Date()) and DateAdd("d", -7, Date())
and many other versions of the 2. <,> etc...
I also need dates 1 month before and after today's date. Any
suggestions?