SendObject in ACCESS

C

chadfoster

I have a form that has certain fields that I selected to print to another
form used for billing purposes. On the billing form is a button that will
email the form to an email address. I have the macro complete, when I click
on the button, it opens an email with an attachment, but the attachment is
not the form that I am trying to send. Please help.

It is pulling out the information and displays it in table format insteasd of
putting the requested information into the form.
 
M

MacDermott

That's how Access sends forms - it just sends the data.
Perhaps you can design a report which will have more of the format you want.
If you send it in RTF or HTML format, it should look a lot like what you
have on the screen.
 
Top