RussellTreacy
New member
- Local time
- Today, 10:18
- Joined
- Oct 5, 2008
- Messages
- 3
Hi Everyone.
Problem: When outputting Snapshot file, access does not run report code in events such as oncurrent/onload etc etc. This is happening to me on access 2007 only.
Outputting a snapshot using......
DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)", _
strPathandFileName
DoEvents
OR even by a macro and I get this problem....
It is not running the code in the oncurrent/onload etc events which i have code in that does stuff as u can guess.
If I export it as html / text / xml it works fine.
If I preview/layout report it works fine.
I can even put buggy code into the onload events and nothing happens when outputting to snapshot.
This has to be a bug, tried telling microsoft, but they wanted €75.00 for me to do so.

Any ideas anyone? Anyone have a support account that they can make these garden knomes aware of this issue???
Problem: When outputting Snapshot file, access does not run report code in events such as oncurrent/onload etc etc. This is happening to me on access 2007 only.
Outputting a snapshot using......
DoCmd.OutputTo acOutputReport, RptName, "SnapshotFormat(*.snp)", _
strPathandFileName
DoEvents
OR even by a macro and I get this problem....
It is not running the code in the oncurrent/onload etc events which i have code in that does stuff as u can guess.
If I export it as html / text / xml it works fine.
If I preview/layout report it works fine.
I can even put buggy code into the onload events and nothing happens when outputting to snapshot.
This has to be a bug, tried telling microsoft, but they wanted €75.00 for me to do so.

Any ideas anyone? Anyone have a support account that they can make these garden knomes aware of this issue???
Last edited: