I have a report that i'm using to find the oldest date entry in the database for a datetime field. For example, when someone is loaded into the database for the first time, the employee.entry field is populated with the date and time of the entry. Each time the employee’s data is updated, another date time record is created for that person in the employee.entry field. I need to group by month and year, on the oldest date, and be able to sum the number of employees entered within that month and year. I am using CR 9, but have access to 11, as well. Any help would be appreciated.