Thanks Ian,
You are right - I wasn't even thinking of SQL - here's the
SQL if others need a good solution
select date, Count(date) as thedatecount from website_hits
where page like '%home.cfm'
and date >= '09/01/08'
group by date
This displays the date and the count of the date which can be
used in the table