Importing data from Outlook 2000

T

Tim

I am trying to import a calendar file from Outlook to a
table in Access database. Using the export facility in
Outlook works fine but importing data from an Exchange
file does not bring in the fields I need.

I would like to initiate this from Access rather than
through Outlook using code. Any ideas anyone?
 
J

John Nurick

Hi Tim,

It's possible, but may need to be done by writing VBA code to get the
data piece by piece from Outlook or Exchange. A good place to look for
information is www.slipstick.com
 
Top