• It is a SQL Server 2005 database. The activity record contains a startdate (datetime) field as well as an activity type and description. It joins to the employee table by activity.userid = employee.userid. The employee table also contains a location code, so you can select all employees for a particular location. They want the report to have 1 page for each employee within the selected location showing the activities for the upcoming week (date range parms) in the calendar format specified above. Not sure what other information you need. I've never used a matrix in a SSRS report before - is that what I need to use? If so, how do I set it up?