The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. SUMMARY
When you create a table in Microsoft Access 2000 that is linked to either a
Microsoft Exchange folder or a Microsoft Outlook folder, there are system-imposed limits on what you can add, change, or delete. This article discusses those restrictions. http://www.microsoft.com/accessdev/a-free.htmNOTE: The information in this article applies to linked tables only. If you import a Microsoft Exchange/Outlook table into your database, the limitations described in this article do not apply. MORE INFORMATION
Linked Microsoft Exchange and Outlook data is best suited as a read-only reference or as lookup information in your database. For example, you can use the Global Address Book to look up e-mail names for message recipients, or you can use Calendar information to view existing appointments and identify schedule conflicts. Adding New RecordsWhen you link an Exchange or an Outlook folder within your database, you have no choice of which fields to display in the table. The subset of fields that appear in your table are preprogrammed in the Microsoft Messaging driver (Msexch35.dll) that manages the connection between Microsoft Access and Exchange or Outlook.When you add a new record to the table, some fields produce the following error message when you try to enter data: You cannot update these fields in Microsoft Access; however, after you identify the fields, you can simplify your data entry by hiding those columns as follows:
Modifying RecordsYou cannot modify any records in a linked Microsoft Exchange or Outlook table. The Microsoft Messaging driver is designed only for reading existing records and adding new ones.Deleting RecordsWhen you delete a record from a linked Microsoft Exchange or Outlook table, the record is immediately and permanently deleted. You cannot use the Undo command to restore the record, and the record does not appear in the Deleted Items folder in Microsoft Exchange or Outlook.Use caution and be sure that you really want to delete a selected record before you proceed. You can work around this behavior in several ways:
Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Solution Provider or the Microsoft fee-based consulting line at (800) 936-5200. For more information about Microsoft Certified Solution Providers, please see the following page on the World Wide Web: http://www.microsoft.com/mcsp/For more information about the support options available from Microsoft, please see the following page on the World Wide Web: http://www.microsoft.com/support/supportnet/overview/overview.asp
Additional query words: attach update
Keywords : kbinterop kbdta IsmOthr |
Last Reviewed: January 3, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |