V Van T. Dinh Dec 21, 2003 #2 SELECT * FROM YourTable WHERE [DateField] BETWEEN DateAdd("m", -6, Date()) AND Date()
D Dan Artuso Dec 21, 2003 #3 Hi, Use the DateSerial function. 6 months ago would be: DateSerial(Year(Date()),Month(Date()) - 6,Day(Date()))
Hi, Use the DateSerial function. 6 months ago would be: DateSerial(Year(Date()),Month(Date()) - 6,Day(Date()))