Editing Exchange Public Folder data in Access

  • Thread starter Thread starter Danny Costa
  • Start date Start date
D

Danny Costa

Hi all,
I'd like to edit data, specifically dates, in Public Folder posts.
Using MS Access, Link Tables, Exchange(), I can get a table displaying my
items in the folder.
When I edit a date it says "Field <date field> is based on an expression and
cannot be edited".
How can I edit?

thx
 
Hi Danny,

There's a complicated and often obscure relationship between the many
different "fields" and "properties" that Outlook and Exchange offer in
various situations and the way it actually stores the underlying data.

I suspect that instead of a linked table, you'll need to write VBA code
using (I think) the CDO library to access the folder and the objects it
contains. A good place to start looking for examples is
www.slipstick.com
 
Back
Top