Email

J

Jeff

Hello. Is it possible for access to have a function were
once a record is entered I could have a button (or
whatever) to send out an email stating an action has been
taken?

I have a document tracking database where users email
(cc) documents to me and I keep track of who sent what /
where. I want to be able to enter that record in the
database and automatcially shot a "your response has been
processed" e-mail to a certain individual. There email
is one of the required variables on the form and I am
using Outlook for email. Has any every done this before?

Jeff
 
G

Günter Brandstätter

Hi Jeff,

I would place some code in the AfterUpdate event of the form. Using Outlook
for mail is not suggested, because in the never versions you always get a
message if you want to send email with another program using outlook. I
would suggest to use CDO, this provides a more comfortable way to create and
send emails. You will find all the necessary stuff you need at
microsoft.com.

hth
Günter
 

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