S
Stef Robinson
I have a Call Log Database in Access. I am wanting to produce a query
which will count the number of calls that have been logged each month.
I have got a date field in the database which is a date/time
(dd/mm/yyyy) field.
In an ASP page, I want to display the month, and then the number of
calls logged that month. I have managed to get a query that strips
out the day and just displayed the month and the year. e.g. 10/2003.
MonthNum: Month([srdate]) & "/" & Year([srdate])
How would I then count the number of occurances, in order to display
that on a webpage?
which will count the number of calls that have been logged each month.
I have got a date field in the database which is a date/time
(dd/mm/yyyy) field.
In an ASP page, I want to display the month, and then the number of
calls logged that month. I have managed to get a query that strips
out the day and just displayed the month and the year. e.g. 10/2003.
MonthNum: Month([srdate]) & "/" & Year([srdate])
How would I then count the number of occurances, in order to display
that on a webpage?