Recent content by RussellTreacy

  1. R

    I found a Microsoft BUG. Exporting snapshot.

    Hi, I can repeat this issue in Northwind, so I will explain steps: Steps: 1) Added this code to the on load event of report named "Customer Address Book" Private Sub Report_Load() MsgBox ("Hello") End Sub 2) Call OutputTo from a form's code or macro or whatever using something like...
  2. R

    I found a Microsoft BUG. Exporting snapshot.

    Thanks for reply. Yes the database is in the trusted folder and other code works fine. The report code works fine in 'preview', 'layout, 'print first 10 records', outputting to html/text/xml etc. Just snapshot. Weird eh?
  3. R

    I found a Microsoft BUG. Exporting snapshot.

    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)", _...
Back
Top Bottom