date difference question

joe31709

Registered User.
Local time
Today, 13:44
Joined
May 12, 2003
Messages
54
I want to build a query that when I put in a date like today for example it will go back 2 weeks and list all the infom from a table.

any ideas
 
Use: Between #[Give a date]# -14 and #[Give a date]#

This will allow the user to enter the date. I fyou want to always use todays date then use:Between date() -14 and date()

Regards

The Mailman
 
Thank you,
 

Users who are viewing this thread

Back
Top Bottom