D
dman
Hi.
How do I pull the date out of a date/time field type.
I need to know when '02/08/07 8:05:24 AM' is equal to 02/08/07.
I'm looking at the extract date function and I must have the wrong syntax.
DatePart("mm/dd/yy",[punches].[Date_Time]) = #02/08/07#
Thanks.
How do I pull the date out of a date/time field type.
I need to know when '02/08/07 8:05:24 AM' is equal to 02/08/07.
I'm looking at the extract date function and I must have the wrong syntax.
DatePart("mm/dd/yy",[punches].[Date_Time]) = #02/08/07#
Thanks.