e-mailing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All
can anyone tell me if Access will generate an e-mail from a command button
advising the recipiant that certan information relating to the inputa data
has been added to the database
 
Hello All
can anyone tell me if Access will generate an e-mail from a command button
advising the recipiant that certan information relating to the inputa data
has been added to the database

you mean like a web page does? Not directly, since you can't monitor
a table directly, the way you can in SQL Server, but you can do it in
a form by using the After Insert event.
 
Yes, since you are mentioning using a button use the Onclick event and use
the DoCmd.SendObject

The help file has all the details you need.
 
Daniel,

It should help. I am writing an order entry db and need it to send an email
onward as various people enter data into it. Thanks
 

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

Back
Top