View Single Post
  #2  
Old February 20th 09, 10:48 AM posted to microsoft.public.outlook.program_vba
Alan Moseley
external usenet poster
 
Posts: 61
Default Import Macro Access Table to Outlook Contacts

Yes it can. You need to use (for example) ADO to connect to your Access
database and get a recordset, then use the Outlook Object Model to create a
new contact and populate its fields.

If this is a one-off exercise you can also use the import wizard in Outlook.
--
Alan Moseley IT Consultancy
http://www.amitc.co.uk

If I have solved your problem, please click Yes below. Thanks.


"srctr" wrote:

I would like to automate the import of an Access table into a specific folder
in my Outlook Contacts. Can this be done?
--
cao

Ads