to get value from report1 to report2

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hello ,
I have report1 wherein Item footer sec. I have total value. Now i need to
retrive ths value to report2( which would I'll insert in report1's Item
footer) and multiply it with another field of report2 and the calculated
value to be seen on report 2. how would I do this?

Andy
 
Are you using queries or tables to pull the data from? If you are using
queries, add the first query(report1) into the second query(report2) and
modify the data from there. Then you will have a field to place in your
report2.
 
Back
Top