I have a rather large table 52000+ records with only a few fields. The table includes data for 150 customer branches.
Relevant Fields are BranchID, SubClass, Description, Amount, LineReference.
I want my report organized by BranchID, then by subClass.
For each of the subclass entries, I want the...