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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email notice from Access

Status
Not open for further replies.

eb1mom

MIS
Apr 14, 2003
3
US
I have a drop down list of employees and their email address. When I select an employee from list I want to be able to send email notice to that employee. I can't seem to get code for command button to send to selected employee. Any help would be greatly appreciated.
 
If it's just a simple e-mail you need then you can use
Code:
Docmd.SendObject
, have a look in the help files & come back if this doesn't do what you want or you need more help.

Sharon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top