How to automatically launch a database

Hi,

I have a notes database file that contains a report that I would like to distribute via email. Putting the database on a server is not an option at this point, so I basically have an email with a .NSF file attached to it.

Is there a way to automatically launch the DB when the recipient receives the email?

or a way to embed the .NSF file into the email so it appears in the body of the mail memo as if it is already open?

Thanks for your help

Subject: How to automatically launch a database

Can you store the form within the document, attach the database, and then use the ‘PostOpen’ or ‘QueryOpen’ event, so when the user opens the document in their mail file, it will perform the actions stored within that specific form?