G
ggonella
Hi,
How do I group by date in a query if the Date and Time is combined?
James
How do I group by date in a query if the Date and Time is combined?
James
Hi,
How do I group by date in a query if the Date and Time is combined?
James
John said:Hi,
How do I group by date in a query if the Date and Time is combined?
James
Put a calculated field in the query defined as
JustTheDate: DateValue([datetimefield])
and group by it.
John W. Vinson[MVP]