Referencing data from a report

J

Jerome

I'm using the =Reports! function to get data from one report to another
report - this only works when the report with the data I'm trying to
reference is open. Is there any way around this? Do I have to have the first
report open?
 
S

Steve Schapel

Jerome,

This is unlikely to be a satisfactory approach. It would be better if
you could find a way to include the data you need into the query that
the second report is based on, or to look it up into another query, or
else to reference it from a control on an open form.
 
Top