How to access an instance of a report that is generated?

  • Thread starter Thread starter Archer
  • Start date Start date
A

Archer

I need to work on data that's created once the report's generated and based
on it either generate a new report.
or
write a macro to generate a report based on the conditions I set based on a
query I run on the database tables

Could anyone happen to know anything related to this?
 
Hi

Not sure I understand this. Anything that can be created in a report can
also be create on a form. So instead of running the 1st report you could
create a form and run the "2nd" (?) report from that

Just an idea
 
I need to work on data that's created once the report's generated and based
on it either generate a new report.
or
write a macro to generate a report based on the conditions I set based on a
query I run on the database tables

Could anyone happen to know anything related to this?

Well, both Forms and Reports are just tools. There is no data stored in a
report, and you can't search or reuse the "generated report"'s data! The data
exists solely in the table, perhaps combined with calculated fields in a
Query.

Could you explain more about the nature of your data and of the report you
want to generate?
 
Back
Top