G
Guest
Hi!
I have this command in the Criteria of my query.
DatePart("ww",[Forms]![frmWeekDaily]![activexctl10])
Field name is
DatePart("ww",[Daily_Date])
For total I have it as
Where
The activexct110 is a calendar date picker.
My problem is that for some reason...the date it picks goes back to 2004.
So if today's date is 1/5/05 I believe the value that query takes is 1/5/04.
Why is that? Is there something wrong my syntax?
Please help.
A thousand thanks in advance!
--Toan
I have this command in the Criteria of my query.
DatePart("ww",[Forms]![frmWeekDaily]![activexctl10])
Field name is
DatePart("ww",[Daily_Date])
For total I have it as
Where
The activexct110 is a calendar date picker.
My problem is that for some reason...the date it picks goes back to 2004.
So if today's date is 1/5/05 I believe the value that query takes is 1/5/04.
Why is that? Is there something wrong my syntax?
Please help.
A thousand thanks in advance!
--Toan