Multiple reports to one client

  • Thread starter Thread starter DG
  • Start date Start date
D

DG

I haven't designed the app yet, but I have need of developing an application
that can produce more than one report per customer. I'm thinking of
creating the reports table as a Unique id, customer name, report01,
report02, report03. I should be able to cycle through the recordset by
unique id, and based on whether or not the report field is set to true or
not, print the set of reports?

Does that make sense or is there another way of doing this?

Thanks
 
Don't commit spreadsheet by creating fields for each report. You would have
much better luck with a table that had one record per customer per report.
Or, categorize your customers into groups that all require the same reports.
Then assign Customers to Groups and Groups to Reports.
 
Back
Top