Import Outlook contacts "User Defined Fields'

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

Guest

While importing contacts from OUTLOOK to ACCESS, any 'User-defined Fields' do
not import. In fact, it appears OUTLOOK is not exporting them.

Does anyone know how to work around this to get the User-defined fields into
ACCESS? Thx!
 
FirstVette52 said:
While importing contacts from OUTLOOK to ACCESS, any 'User-defined
Fields' do not import. In fact, it appears OUTLOOK is not exporting
them.

Does anyone know how to work around this to get the User-defined
fields into ACCESS? Thx!

You can get at them via automation code, but not by standard linking. In
fact standard linking doesn't even get you all of the built in fields much
less the user-defined ones.
 
You need to customize the "Schema.ini" file in order to get User Fields but
it's not a simple task since there is not much documentation on the
subjet...

A two parts article appeared in the August and September 2000 issue of Smart
Access, the first part is available free on the Microsoft's Site at this
address:
The Jet 4.0 Exchange/Outlook IISAM:
http://msdn2.microsoft.com/en-us/library/aa160682(office.11).aspx


"FirstVette52" <(My User name is Firstvette 52, too) firstvet52@(my ISP
E-mail provider is) netzero.com> wrote in message
news:[email protected]...
 
Back
Top