I have a report that has three different sub-reports. The report prints information for suppliers. I would like to be able to determine which subreports print based on a value stored in a table for that supplier.
Sub-report 1 will print for all suppliers but I would like to be able to limit 2 and 3. The values will always be in order. In other word if sub-report 3 prints then 1 & 2 will also be required but I can have 1 & 2 and not 3.
I have the data like:
Supplier Sub-Report
AAAA 2
BBBB 1
CCCC 3
Can someone tell me the best way to accomplish this?
Sub-report 1 will print for all suppliers but I would like to be able to limit 2 and 3. The values will always be in order. In other word if sub-report 3 prints then 1 & 2 will also be required but I can have 1 & 2 and not 3.
I have the data like:
Supplier Sub-Report
AAAA 2
BBBB 1
CCCC 3
Can someone tell me the best way to accomplish this?