Linking to Outlook 2002

R

Rod

I'm trying to link to Outlook 2002 from within Access
2002, getting access to all ContactItem fields and
properties, not just the subset exposed when a linked
table is created. I can loop through all contacts in a
particular folder looking for a particular one and get
access to everything that way, but it is slow. I've tried
to use AdvancedSearch and the AdvancedSearchComplete
event but I can't get the event to fire within Access
code. Is there any way to make this work? It would be
very useful to me
 
Top