Counting number of recs in a range between two dates

W

Winshent

I need to set up a process to monitor number of records being logged
on a daily basis. I am using to get the process up and running quickly
before taking the system across to the web.

Records will be logged with the date against each.

I need to be able to summarize how many records were created for each
day ad then each week.

how can i do this? I have looked at COUNTIF but this only accepts one
criteria. Can i use BETWEEN dateA AND dateB like you would in a basic
access query?
 
Top