Email
Essentially I have the following structure in the database
1) main form - holds company name etc
2) subform for each site address for each company
3) subform on 2) for each contact name at that site.
subform 3) is displayed as a continuous form, and holds a field called "EmailAddress".
I have used the code previously quoted on an event procedure of a button, to send emails direct from the database, works great.
I am now looking to be able to add email addresses from the subform as CC and BCC, or add the other addresses as multiple address in one of the fields, eg send, CC, BCC
The user needs the flexability to be able to create the email header from addresess held in the [EmailAddress] field on the form, eg an email may have one address in send and one in CC, or two addresses in send and 1 in BCC etc
My initial thoughts are an intermediate stage which assembles the header before sending to the emailing procedure????
Thanx in advance