sending mail in outlook from access

giovi2002

Registered User.
Local time
Today, 13:56
Joined
Apr 12, 2005
Messages
83
I've got information stored per row with the name of the person which data-entried the information.
If a user wants feedback from that user on that specific row i would like to make it able to send a mail to the data-entrier. The data-entrier name should be clicked in the row and that specific row should be attached in the mail.

I can store e-mail addresses of my data-entriers in the database, how do i achieve to send the mail address and specific row to outlook when a user clicks it?
 
I assume you have a form set up with all the details you want to email taken from the relevant table/query, from here create a cmdbutton which will email the current record.

I have attached an example below where you choose from the listbox which record you wish to email. The cmdbutton will then send this to outlook.

If I have mis-understood what you are aiming for let me know.

Hay
 

Attachments

Thank you, now I know how to get the mail address in outlook.

Only thing I miss is exporting the current record in an attachment
 
Last edited:

Users who are viewing this thread

Back
Top Bottom