General Date Query

Thepieman

Registered User.
Local time
Today, 07:09
Joined
Dec 16, 2004
Messages
11
I have a database that records IT Incidents for a major company, when an incident is recorded the date is automatically input in "General date" format. I now need to produce figures that summarises how many faults occur each day, but can't get my query to work. Can anyone help ?
 
You don't say how your query failed, about as useful as Microsoft's error messages, but I'll guess that you grouped on your date field, but as this contains a time you effectively would summaries on date and time.
Create another field in the query say flddateftd:Format([yourfield],"dd/mm/yyyy") and groupby that

Brian
 

Users who are viewing this thread

Back
Top Bottom