I have a simple table to organize entries for a show. Here is an example.
The finished one will have 20 or so classes and 50 or so rows. I need to be able to generate two types of reports from this. The first is an entry report. A document that contains a list of selected classes for each row in the table. The second is a class report. A document that contains a list of entries for each class. I cannot figure how to do this. I can configure the report generator to produce a report for a single class, but I can’t see how to make it iterate over all the classes. Are there examples of similar things in base that I can study? Or can someone offer suggestion? All my prior experience has been using a spreadsheet and Basic macros to organize views. Thanks.