spottednewt
Programmer
I have a report where I want detail records to be grouped horizontally (in columns) by week ending date. For example, if an employee works hours at different jobs during a month, I want to have the employee name in the header, and then 4 columns of total hours representing each week of that month, broken out by job type. I have a week ending date attached to each record, so it's easy to group vertically, I just don't know how to do it in columns. Any tips would be greatly appreciated.