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 form info from users to helpdesk

Status
Not open for further replies.

EricRN

Technical User
Jul 13, 2001
13
US
I am putting together an Access application that I would use for a help desk. I want the users to be able to be able to enter information on a form and then use a button that would send the form to the helpdesk email address. How do I go about having Access email the form? We are using Novell Groupwise 6 currently.

Thanks!
 
You can use SendObject in an Access macro to send a report based on the record in the form. I am not sure of the VB function, but with this you can set a TO: CC: BCC SUBJECT etc, and this works with any MAPI mail app.
 
Thanks! If anyone knows the VB for something like this, I'd would appreciate learning it from you.
 
A search for SendObject in Access turns up everything needed. I assume you have a help file.

Steve King

Growth follows a healthy professional curiosity
 
Got it! I appreciate everyone's help

Eric
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top