![]() |
|
Main »
Extracting Data From Outlook 2007
Outlook fields exported to an Excel fileI started this process by trying to extract email from Outlook to an Excel file for summarizing information. Although the export works well for obtaining some of the email information, including Categories, subject, to/from, and the Body - it is missing a critical piece: the date! Outlook fields (export)
Outlook fields pulled into an Access database fileStarting from the other side of this problem - using Access 2007 to get External Data from an Outlook file, works well , retrieving the 3 different date/time stamps for each message (Received, Created, Modified) ... but no Categories! Starting from Access is better as there is more extensive info, including email size, attachment flag, and some other details. The resulting table in Access (pulled in from Outlook using External Data menu) has these fields (annotated with my keep criteria and notes): Outlook fields
Linking the 2 files in AccessUsing both files, the Export from Outlook and the Access file pulled from Outlook, is a decent hack for adding the Categories field to Access. But it requires a little faith that the export/import order is exactly the same in the 2 methods (it appears to be!). Before establishing a relationship in Access between the two tables, the export from Outlook requires an autonumber primary key field. Of course check that the resulting relationships make sense. My simple file testing showed it was ok. Export / import order was oldest to newest. Using VBA for a customized extractIf more than a hack is required! The alternative is to write VBA to create the exact set of data that you need. Some info to get started, with sample code:
References:
2009-03-11 Tags: Outlook Back to Outlook
|
Notes Investments Research Teaching ReadingList ClassicQuotes Computer Applications
PmWikiUserInfo Skin Admin Basic Editing Documentation Index pmwiki.org ![]() |
| Page last modified on March 12, 2009, at 10:08 AM - Powered by PmWiki |