Hi
The above doesn't work - I guess it is incorrect syntax.
I am running a script that needs to run a number of reports for several preceding periods and carry forward some totals to the following report.
The script accesses the report output like so:
PMinus3ESPAll = [Reports]![AS2]![ESPAllRatedGoods]
This works OK
The trouble is, on the next run, it still has this report open, so it doesn't bother to run the new one - and the values stay the same.
How do I close it to insure that each period of the report is run and it's values carried forward correctly.
Stapes
The above doesn't work - I guess it is incorrect syntax.
I am running a script that needs to run a number of reports for several preceding periods and carry forward some totals to the following report.
The script accesses the report output like so:
PMinus3ESPAll = [Reports]![AS2]![ESPAllRatedGoods]
This works OK
The trouble is, on the next run, it still has this report open, so it doesn't bother to run the new one - and the values stay the same.
How do I close it to insure that each period of the report is run and it's values carried forward correctly.
Stapes