daveblanch
Registered User.
- Local time
- Today, 20:37
- Joined
- Aug 3, 2010
- Messages
- 11
Hi all,
Apologies if this is in the wrong forum, wasn't confident which it would fall under so plumped for general.
My problem I don't know how to record emails that are being sent from Access.
My database sends emails using Outlook with no problem. The form has two text boxes, txtSubject (.subject) and txtBody (.body) which the user completes before hitting send. The code ensures that an email is only sent to those records that have checkbox chkMailMe checked.
What i need to do is record, for each record that has an email sent the date and time, txtSubject and txtBody in a table that has a one to many relationship with my 'Main' table in order to maintain an audit trail.
Can anyone please help?
Thanks,
David.
Apologies if this is in the wrong forum, wasn't confident which it would fall under so plumped for general.
My problem I don't know how to record emails that are being sent from Access.
My database sends emails using Outlook with no problem. The form has two text boxes, txtSubject (.subject) and txtBody (.body) which the user completes before hitting send. The code ensures that an email is only sent to those records that have checkbox chkMailMe checked.
What i need to do is record, for each record that has an email sent the date and time, txtSubject and txtBody in a table that has a one to many relationship with my 'Main' table in order to maintain an audit trail.
Can anyone please help?
Thanks,
David.