Indigobuni
Registered User.
- Local time
- Today, 15:30
- Joined
- Oct 9, 2001
- Messages
- 26
I have a report based on a PC Inventory table. The table contains 3 locations (ex. Chicago, Houston, Atlanta). Within each location, the employees are listed with their desktop info, Monitor info, laptop info. My report is grouped by location. What I am trying to do is count how many desktops, monitors, etc are in each location and list that at the end of each grouping. I got the DCount expression to work ("[Product Description]", "PC Inventory Master", "[Product Description]='Desktop'"). I did this for the monitors and laptops as well, but it's only giving me a Grand Total for all three places combined. I want it to give me a total for each location within the report. So, when I see the report, at the end of the Chicago grouping, I will see how many desktops, how many monitors, etc... and the same for Houston and Atlanta. How do you incorporate the DCount expression when you have your data grouped? Thanks.
Last edited: