I have a table that contains software usage records. It has the name of the software package, the computer name with it installed, the budget code that the computer belongs to, and the name of their area. I want a report that does this:
Lists each software title with the names of the 4 areas with totals in it. So basically:
Adobe Acrobat
Area 1: 240
Area 2: 150
Area 3: 100
Area 4: 225
Software item 2
Area 1:.....
and so on. How would I go about doing this? I can't seem to figure it out. Any help would be appreciated.
Lists each software title with the names of the 4 areas with totals in it. So basically:
Adobe Acrobat
Area 1: 240
Area 2: 150
Area 3: 100
Area 4: 225
Software item 2
Area 1:.....
and so on. How would I go about doing this? I can't seem to figure it out. Any help would be appreciated.