I don't think what's needed here is an event so much as a property. You can define custom properties by either adding your own to the CurrentProject...
Access per se does not have any events that you can run, only events on forms/reports - but these won't run if you save a form from design view, and...
The output destination is defaulting to acViewNormal which is direct to printer. If you want to view on screen then specify acViewPreview. And if you...