Can I link MSAccess to Outlook tasking and see user defined fields

J

J Hogan

I have an application based on the tasking module of Outlook located in our
public folder. There are many user defined fields that are used. I want to
access the data for reporting from MS Access? When I link to the Public
Folder I only see a few of the fields. How can I see all the fields?
 
S

Sue Mosher [MVP-Outlook]

The linked table method has major limitations, including the inability to
show even all the reasonably important fields. While articles have been
written on how to expand on this method's obvious features, I've never been
able to duplicate the results. See
http://www.outlookcode.com/d/database.htm#linkedtables .

That page will also give you other ideas on how to work with databases and
Outlook together. You'll need to write code or use a third-party tool that
does the heavy lifting.
 
Top