C
Chi
Hi,
I use the code that from Daniel Pineault's answer for another user since I
think that it fit to my case.
Application.FollowHyperlink "mailto://" & Me.EmailControlName.
Where EmailControlName is the name of the control on my form that contains a
valid e-mail address to use as the TO: field in the e-mail message.
It works fine with one address like (e-mail address removed). Would you please help
me if I want to sent email to two persons at once.
I tried to add " (e-mail address removed), (e-mail address removed)" on the one row. It
gave me the error message " The field is too small to accept the amount of
data you attempted to add. Try inserting or pasting less data"
Please help
Thank you
Chi
I use the code that from Daniel Pineault's answer for another user since I
think that it fit to my case.
Application.FollowHyperlink "mailto://" & Me.EmailControlName.
Where EmailControlName is the name of the control on my form that contains a
valid e-mail address to use as the TO: field in the e-mail message.
It works fine with one address like (e-mail address removed). Would you please help
me if I want to sent email to two persons at once.
I tried to add " (e-mail address removed), (e-mail address removed)" on the one row. It
gave me the error message " The field is too small to accept the amount of
data you attempted to add. Try inserting or pasting less data"
Please help
Thank you
Chi