julietbrown
New member
- Local time
- Today, 03:18
- Joined
- Aug 23, 2004
- Messages
- 9
I have searched forums, and MSoft support dbase ... no joy on this one
I have working code that constructs a "mailto" string that looks like (e.g.)
#Mailto:julietbrown@thing.com,fredbloggs@otherthing.com#
(this can be any length ... user picks addresses from a list box and code builds the string (called eString below), and puts it in a text box called EmailAddresses
My VBA says
EMailAddresses = eString
EMailAddresses.Hyperlink.Follow
This ,akes Outlook Exp open Word as my email editor, puts the top-and-tailed string (just the email addresses, minus #Mailto: ... #" into the recipient and lets me type the message and send it.
FINE, AS FAR AS IT GOES, BUT
My client doesn't want all the addresses in the recipient line, because that means they all get to know eachothers' email addresses.
I really want to create a mail alias WITHIN Access... Is there any way this is possible? Or any other way of solving the problem?
I have working code that constructs a "mailto" string that looks like (e.g.)
#Mailto:julietbrown@thing.com,fredbloggs@otherthing.com#
(this can be any length ... user picks addresses from a list box and code builds the string (called eString below), and puts it in a text box called EmailAddresses
My VBA says
EMailAddresses = eString
EMailAddresses.Hyperlink.Follow
This ,akes Outlook Exp open Word as my email editor, puts the top-and-tailed string (just the email addresses, minus #Mailto: ... #" into the recipient and lets me type the message and send it.
FINE, AS FAR AS IT GOES, BUT
My client doesn't want all the addresses in the recipient line, because that means they all get to know eachothers' email addresses.
I really want to create a mail alias WITHIN Access... Is there any way this is possible? Or any other way of solving the problem?