S
Sietske
Hi,
I'd like to make a button on my form which opens an Outlook new mail,
with in the "To:" field all email adresses mentioned in the customer records
of the subform.
What is the best way to do this? I was thinking of making a for-to-loop
containing something like
strAllAdresses = strAllAdresses AND "me.txtCustomerEmail" AND " ; "
and
Application.FollowHyperlink "mailto:" & strAllAdresses
but I am not exactly sure if this is the right method.
I'd like to make a button on my form which opens an Outlook new mail,
with in the "To:" field all email adresses mentioned in the customer records
of the subform.
What is the best way to do this? I was thinking of making a for-to-loop
containing something like
strAllAdresses = strAllAdresses AND "me.txtCustomerEmail" AND " ; "
and
Application.FollowHyperlink "mailto:" & strAllAdresses
but I am not exactly sure if this is the right method.