linking data between reports

Somebody

Registered User.
Local time
Today, 11:53
Joined
Apr 30, 2008
Messages
16
hi

im making many reports and i would like to use some of the results of one report in an other one. The resultof the expression to get the value of the textbox in the first report always gives me an #Error as a result.
Is it possible to create links between reports or do i have to create a table and put my result in this table to then get it from that table in the second report.

Thanx for any help
 
I would just use a sub report. You will get an error if the report is not open before you open your second report - you can't reference the object if it's parent is closed.

So you either have to have both reports open at the same time, or you will need to just use that first report as a sub report in your second report.
 
it Works !!!!!!

thx
 

Users who are viewing this thread

Back
Top Bottom