Email Update

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Hello. I currently am running a form that users use to
request reports. It runs on Access 97. The program is
split into a front end for users to request from, a front
end for the administrators to receive the requests, and a
backend that holds the tables. I was wondering if there
was a way that the administrators (there are 3 that use
this program)could receive an email (we use groupwise)
whenever a new request is sent. The Users part of this
program currently uses a "Submit" button, I wasn't sure if
this could also trigger the email evert also, just a
thought. Thanks
 
help i cannot send e-mail out in my outlook expressd. have read all the help
topics and still nothing keeps coming up error.
connie whitty161@earthlink,net
 
Josh said:
Hello. I currently am running a form that users use to
request reports. It runs on Access 97. The program is
split into a front end for users to request from, a front
end for the administrators to receive the requests, and a
backend that holds the tables. I was wondering if there
was a way that the administrators (there are 3 that use
this program)could receive an email (we use groupwise)
whenever a new request is sent. The Users part of this
program currently uses a "Submit" button, I wasn't sure if
this could also trigger the email evert also, just a
thought.

Sure. The simplest approach would be to add a docmd.sendobject line
to the code behind the Submit button.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top