How can I send an email with the attached document being an active access form with one record of data displayed?
I would like for the user to key in data in a form and then click on a command key to send an email notice. I would like the email notice to have an attachament the receiver can click on the see the data displayed in the form similar to the one used in access.
I've tried the docmd.sendobject code. It just sends a one line table as an attachment. I used the .rtf file extension, html file extension and the .txt file extension. The results are the same. It would be nice if the word application would open and you see the form with data on a word document......
I would like for the user to key in data in a form and then click on a command key to send an email notice. I would like the email notice to have an attachament the receiver can click on the see the data displayed in the form similar to the one used in access.
I've tried the docmd.sendobject code. It just sends a one line table as an attachment. I used the .rtf file extension, html file extension and the .txt file extension. The results are the same. It would be nice if the word application would open and you see the form with data on a word document......
Last edited: