exporting to Outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to export access data to outlook as contacts. Specifically,
can I create a new contact that has a user-defined field?
thanks,
ck
 
Yes, but you'll need to write Access VBA code that manipulates Outlook's
object model. The following links should help you get started:

How to programmatically export Outlook items to Access
http://support.microsoft.com/?id=290792
http://support.microsoft.com/?id=253794

OL2000: How to Programmatically Import Outlook Items from Microsoft
Access
http://support.microsoft.com/?id=208232

Using Automation in Microsoft Office Access 2003 to Work with Microsoft
Office Outlook 2003
http://msdn.microsoft.com/library/d...ry/en-us/dno2k3ta/html/odc_ac_olauto.asp?_r=1

http://wwww.outlookcode.com
http://www.slipstick.com
 
Back
Top