Report reuse - One report using multiple record sources

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've taken over a project that has several reports presenting the same fields
based on different queries. So, depending on the criteria, adifferent copy
of the report is used. Is there a way to dynamically associate a record
source with a single report?
 
If the layout of the fields/controls is the same in all reports, you should
only need a single report. You can dynamically set a filter and/or sort
order in the report. There are lots of previous threads that discussion
solutions for both filtering and sorting a report at run time.
 
Back
Top