Send Form and Subform in Email

T

TXDalessandros

I have a form and a subform that I would like to send via email to the person
I am auditing. I would like to include the a field or two on the form in the
subject if possible as well. I am fairly new to VBA code please help.
 
P

PieterLinden via AccessMonster.com

TXDalessandros said:
I have a form and a subform that I would like to send via email to the person
I am auditing. I would like to include the a field or two on the form in the
subject if possible as well. I am fairly new to VBA code please help.

You do know that you cannot send an actual form outside your database, right?
Your best bet, if you want to have a remote user fill in a form for you is to
create a Word form with bookmarks and push the Access record(s) into that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top