I agree with Jeff to a point, the task is much easier if your recordsource for the report has a column for each day of the week. I do not agree, however, that you need to store your data that way. The way your data is stored is a better general database design.
Given that, you need some SQL that converts the day of week into columns. Fortunately, the Access TRANSFORM statement is intended to do exactly that. A first step of developing your report is to write a pivot query that aggregates by employee with each weekday in a different column. The CrossTab query wizard should get you headed in the right direction.
Main Topics
Browse All Topics





by: boag2000Posted on 2009-01-13 at 12:12:32ID: 23366741
bingie,
This will be difficult to do unless you data has the Days of the week also stored in the columns.
You could "group" the report by the day of the week though, would that be acceptable?
JeffCoachman