Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA Coding Access: email form via outlook web

Status
Not open for further replies.

ogriv

Programmer
Jun 6, 2013
7
US
Hello,

I need to code a button on a form in Access such that when the button is clicked, the form is sent to 2 people via the Outlook web app. Can anyone tell me if this is possible and if so, how to do it? Any help is appreciated. Thanks!
 
Not really sure how that helps me..
 
If you ask your question in the right forum, you get better chance of getting the answer.

You may also want to be more specific: "... the form is sent ...": do you want the DATA from the Form to be sent, or the IMAGE (picture) of the Form to be sent, or what exactly do you want to sent?

Have fun.

---- Andy
 
Hi Andy,

I have never used this site before and do not know much about VBA coding or Access so I apologize if I am in the wrong forum. I need the entire form sent..doesn't matter if it is sent as an attachment, or if all of the information is sent. Thanks.
 
Please post in forum702 to get the best response.

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
Have a look at the DoCmd.SendObject method.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top