I have 2 different reports that display data month by month. The first has membership and the 2nd has Revenue. On the bottom I sum up the membership and revenue for a total value from every record in the report. These Sum fields aren't stored in the DB anywhere. But they are calculated when the report is run.
I want to be able to look up these numbers in another report I'm writing so I can take Total Revenue for a month divided by membership to get a Revenue per Member figure. Since these fields aren't being stored in a table or query I can't use a Dlookup. (At least not that I know of). Any other ideas on how I can do this.
I should also mention that those 2 reports are being shown together on a parent form. So they are both subforms on 1 parent form if that will make any difference in me being able to lookup/reference to them.
I want to be able to look up these numbers in another report I'm writing so I can take Total Revenue for a month divided by membership to get a Revenue per Member figure. Since these fields aren't being stored in a table or query I can't use a Dlookup. (At least not that I know of). Any other ideas on how I can do this.
I should also mention that those 2 reports are being shown together on a parent form. So they are both subforms on 1 parent form if that will make any difference in me being able to lookup/reference to them.