ACC97: Modifying Linked Exchange Tables in Microsoft AccessID: Q167660
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you create a table in Microsoft Access 97 that is linked to a
Microsoft Exchange folder, there are system-imposed limits on what you can
add, change, or delete. This article discusses those restrictions.
You can download Microsoft Access wizards that make it easier for you to
link or import Microsoft Exchange folders. The Exchange/Outlook wizards are
available, free of charge, from Microsoft's World Wide Web site at:
http://www.microsoft.com/accessdev/a-free.htm
For information about installing the Exchange/Outlook driver without using
a wizard, please see the following article in the Microsoft Knowledge Base:
Q159322
ACC97: Paradox, Lotus, & MS Exchange/Outlook ISAMs in
ValuPack
NOTE: The information in this article applies to linked tables only. If you
import a Microsoft Exchange table into your database, the limitations
described in this article do not apply.
Linked Microsoft Exchange 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.
However, if you want to modify data in the linked table, the following
sections discuss some of the limitations you will encounter.
Field '<Field Name>' is based on an expression and can't be edited.
Folder Message Class
----------------------------
Calendar IPM.Appointment
Contacts IPM.Contact
Inbox IPM.Note
Journal IPM.Activity
Notes IPM.StickyNote
Tasks IPM.Task
Private Sub Form_Delete(Cancel As Integer)
' Display a custom dialog box to confirm deletion.
If MsgBox ("Are you sure you want to delete this record?", _
vbOKCancel) = vbCancel Then
Cancel = True
End If
End Sub
Additional query words: attach update
Keywords : kbinterop IsmOthr
Version : 97
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: April 19, 1999