lynsey2
Registered User.
- Local time
- Today, 23:12
- Joined
- Jun 18, 2002
- Messages
- 439
Right guy's i gotta problem! cant seem to work it out even though Hay posted examples.
I have a DB with
tblContacts
ContactID
Email
CompanyName
ContactName
Tel
TYPE
WebAddress
frmADDREMOVE which is a data entry form so they can add new contacts to the db or delete contacts from it
frmSelect2Emailthis is a form with a combo box on it that allows them to select from the TYPE field in tblContacts. On selecting a certain TYPE the subform on this form shows all the different contacts that match the type chosen.
Splash the start up screen
TblContacts subform1 has 3 fields email, company name and type.
i need frmSelect2Email to have a button on it that launches outlook express, filling the Bcc section of outlook with all the UNSELECTED email addresses in the subform.
UNSELECTED emails only because the compay may select TYPE construction and 50 different contacts appear in the subform they may want to email 49 of them but not 1 so if they select the one they dont want then thats not bcc 'ed
if you know what i mean! here can you tell im back eh!!
hope you can help and here is what i have so far! ill post this first then the db in a sec
Lyns XXX
I AM EDITING THIS TO LET YOU KNOW WE SOLVED THIS PROBLEM AND I HAVE ATTACHED THE WORKING SOLUTION ON PG 6... READ THROUGH THIS THOUGH....EVEN IF IT IS ONLY FOR A LAUGH.
I have a DB with
tblContacts
ContactID
CompanyName
ContactName
Tel
TYPE
WebAddress
frmADDREMOVE which is a data entry form so they can add new contacts to the db or delete contacts from it
frmSelect2Emailthis is a form with a combo box on it that allows them to select from the TYPE field in tblContacts. On selecting a certain TYPE the subform on this form shows all the different contacts that match the type chosen.
Splash the start up screen
TblContacts subform1 has 3 fields email, company name and type.
i need frmSelect2Email to have a button on it that launches outlook express, filling the Bcc section of outlook with all the UNSELECTED email addresses in the subform.
UNSELECTED emails only because the compay may select TYPE construction and 50 different contacts appear in the subform they may want to email 49 of them but not 1 so if they select the one they dont want then thats not bcc 'ed
if you know what i mean! here can you tell im back eh!!


hope you can help and here is what i have so far! ill post this first then the db in a sec
Lyns XXX
I AM EDITING THIS TO LET YOU KNOW WE SOLVED THIS PROBLEM AND I HAVE ATTACHED THE WORKING SOLUTION ON PG 6... READ THROUGH THIS THOUGH....EVEN IF IT IS ONLY FOR A LAUGH.
Last edited: