I'm trying to write code in an Access database to get data from my Outlook contacts folder and populate certain tables in Access a certain way, using the data from Outlook as well as other data taken from a form filled out by the user.
I need help with the first part: referencing the Outlook data. I've looked into it a bit and it seems rather complicated. Just linking tables doesn't work, because that brings in only certain fields, not all contact fields. I also want to access user-defined fields that are in Outlook.
Any help? All I need to know to get started is how to reference the FullName field. If you're in Access, and you go to File/Get External Data/Link Tables and change the file type to Exchange or Outlook, and choose the Contacts folder that you want, you aren't given a choice as to which fields you want to link to. It just links a certain predetermined set of fields. And FullName is not included in those fields. So, I presume you I'll have to write code to do it.
Further Keywords: Connections Collection, Workspace Object, Connect Property, MAPI folder, ODBC, Microsoft Jet Engine, OpenDatabase Method
Thanks!
Christopher
I need help with the first part: referencing the Outlook data. I've looked into it a bit and it seems rather complicated. Just linking tables doesn't work, because that brings in only certain fields, not all contact fields. I also want to access user-defined fields that are in Outlook.
Any help? All I need to know to get started is how to reference the FullName field. If you're in Access, and you go to File/Get External Data/Link Tables and change the file type to Exchange or Outlook, and choose the Contacts folder that you want, you aren't given a choice as to which fields you want to link to. It just links a certain predetermined set of fields. And FullName is not included in those fields. So, I presume you I'll have to write code to do it.
Further Keywords: Connections Collection, Workspace Object, Connect Property, MAPI folder, ODBC, Microsoft Jet Engine, OpenDatabase Method
Thanks!
Christopher