What is the syntax for A_Export in MS Access?

D

David Schacht

I am trying to export a "report" in MS Access as an Event Procedure On
Closing the Report. However I need an example to know how to code the event
 
A

Allen Browne

Hmm: exporting the report requires Access to open it. If you do this in the
Close event, you open it again whenver it closes. Unless Microsoft guessed
that you might try such a thing, you could trigger an endless loop.

I suggest you find another approach to whatever you are trying to achieve.
 
Top