File Send to

A

Anna

Can you use File Send to from the menu to send a form from Microsoft Access
2003 form to Outlook.. The application opens email and sends the message but
Microsoft Access crashes after that.
 
S

S.Clark

I would not use an Access Form for this. Instead, I would create a report.
When the report is executed, save it as a pdf or Snapshot, then email that.
 
A

Anna

I wrote in the past VBA code that outputs data as html code to email message
and works very well.

There is an application here (not written by me) that allows access to
toolbar and file menu. Users say that in the past there were sending form
content that way as attachment. The attachement gets generated and they are
able to send it but Access is crashing after that. We are using Office 2003
with Outlook. . I need to explain to users why the code needs to be
written and I need to know why this method was working and now it does not
(if it was working in fact withouth crasing Access). Can you provide some
informaton?
 
Top