I have a report in which I want to stuff a subreport, however, the subreport is based on a query that is dependent on the value used for grouping the main report.
How can I get this value?
The main report consists of several subereports; unfortunately, one of the subreports is quite complicated, so I'm going to have to create the information for it via VBA code, creating a temporary table and then basing a crosstab report off of that. Anyway...
When the main report runs, it's grouping is based off of one value only, called 'Sequence'. How do I capture the current value of 'Sequence' and then use it in VBA in the report?
Man thanks... I'm going to crosspost this in the VBA section as well.
thx!
Q-
How can I get this value?
The main report consists of several subereports; unfortunately, one of the subreports is quite complicated, so I'm going to have to create the information for it via VBA code, creating a temporary table and then basing a crosstab report off of that. Anyway...
When the main report runs, it's grouping is based off of one value only, called 'Sequence'. How do I capture the current value of 'Sequence' and then use it in VBA in the report?
Man thanks... I'm going to crosspost this in the VBA section as well.
thx!
Q-