Karen,
Your original post was...
In Access XP, does anyone know how can I double-click the [EmailAddress]
field of a form and have it copy the contents of that field into the "TO"
line of the default email program?
Then use...
DoCmd.SendObject , , , [EmailAddress]
and your email program will come up with the TO filled in.
Then you posted...
All I want it to do is open the email program and type the contents of
the TO line into the email screen.
Then use...
DoCmd.SendObject
and your email program will come up WITHOUT the TO filled in.
Any more problems... then include your code.
hth
Al Camp
Karen Hart said:
Hmm, I continued trying, and used Macro instead of code. I left
everything blank except the TO argument, where I put [EmailAddress]. It
immediately started sending email. All I want it to do is open the
email program and type the contents of the TO line into the email
screen. Is that possible?
Thanks again,
Karen
Karen,
Use the SendObject Method, and use [EmailAddress] as the TO argument
hth
Al Camp
In Access XP, does anyone know how can I double-click the
[EmailAddress] field of a form and have it copy the contents of that
field into the "TO" line of the default email program?
Many thanks in advance.
Cheers,
Karen