Can anyone provide some assistance in how I could display the values of the 3 queries in a report as shown below. I would like the values shown exactly like indicated.
Hi William,
In the systematic that I use to make my reports, it would be peanuts. My reports are generated directly in RTF, readable and printable in many text-editing applications.
You can mimic this approach with a (non-keyed) table with the columns as in your example.
Next you make a procedure to fill this table with 4 nested loops for Region, State, Company and Subsidiary.
After filling this table, row by row, with the needed data in the right field, you can use this table as the basis for your report.
Imb.