access 2002

D

Daniel

Is it possible to insert an email address into Outlook from an Access 2002
Form? I want the user to select a person then fill in the email address and
add the attachment. I got the adding the attachment part down but can't
figure out how to fill in the outlook address. Thanks.
 
A

Alex Dybenko

Hi,
if you are using CDO or Outlook library to send email - then you have to
assign email address to .To property of mail item object
 
Top