linking Access data base to Outlook calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Surely there is some way to link Access to the Outlook calendar with full
calendar field access. Anyone know how???
 
It depends what you mean by "link" and "full calendar field access".

If you mean "have a linked table in Access which has a field
corresponding to every property of the Outlook Appointment object and
one record for every Appointment in an Outlook folder", as far as I know
this is not possible.

For full access, you need to use VBA code running in Access to
manipulate the Outlook object model. A good place to start looking for
information is www.slipstick.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top