John Baker
Registered User.
- Local time
- Today, 11:12
- Joined
- Apr 13, 2005
- Messages
- 35
I am trying to create a crosstab query that counts the number of events that have been logged for each day of the month. The event date is stored in an ODBC compliant database in date/time format. Unfortunately, the crosstab query counts the number of events for each date/time occurrence.
I have tried entering the following expression in the Field: definition with no success (no records are returned when the query finishes executing):
Expr1:Format([OPEN_TIME]),"mm/dd/yyyy")
I am stumped! Any help would be appreciated.
Thanks,
John
I have tried entering the following expression in the Field: definition with no success (no records are returned when the query finishes executing):
Expr1:Format([OPEN_TIME]),"mm/dd/yyyy")
I am stumped! Any help would be appreciated.
Thanks,
John