email through access

T

tryn2learn

hello,

i have a question, is it possible to create a form in access that when the
submit button is pressed it will send an email to the needed person? if it is
possible i would appreciate any help you can give me.

thank you.
 
D

Dirk Goldgar

In
tryn2learn said:
hello,

i have a question, is it possible to create a form in access that
when the submit button is pressed it will send an email to the needed
person? if it is possible i would appreciate any help you can give me.

Check out the SendObject method in the online help. Note that you can
use it to send an e-mail without including any "object".
 
T

tryn2learn

Thank you, I will run the search right now.

Dirk Goldgar said:
In

Check out the SendObject method in the online help. Note that you can
use it to send an e-mail without including any "object".

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 
B

bsmith59

hello,

i have a question, is it possible to create a form in access that when the
submit button is pressed it will send an email to the needed person? if it is
possible i would appreciate any help you can give me.

thank you.

But of course! You'd use the docmd.sendmail command in VBA.

Cheers,
Brandon Smith-Daigle
http://accesspro.blogspot.com
 
T

tryn2learn

Thank you, I'm still new in the learning of access and VBA
so it may take me a minute to figure it out, but at least I now know its
possible
thank you again again for your help and pointing me in the right direction.
 
Top