I have a report with 18 columns. The intention is to print out a seating plan of a class room. the max seats / row is 18 BUT sometimes it is less.
the query for data provides me with 3 columns of data:
Student #, seat # and row #.
obviously running the report i get exactly the max. format i want but only in 18 columns.
How do i use the row# to limit seats to <18 if there are only say 11 seats in that row?
I have attached a image of the test report format.
I thought i could use groupings on the row# but that does not seem to do the trick.
Any ideas appreciated.
the query for data provides me with 3 columns of data:
Student #, seat # and row #.
obviously running the report i get exactly the max. format i want but only in 18 columns.
How do i use the row# to limit seats to <18 if there are only say 11 seats in that row?
I have attached a image of the test report format.
I thought i could use groupings on the row# but that does not seem to do the trick.
Any ideas appreciated.
Comment