Open Outlook Calendar from Access

B

Brian McGuigan

Does anyone know how to open the Calendar window in Outlook for the current
user from Access using VBA?
 
D

dch3

One way is to create a form and insert the Outlook View Control. From my use
of it in HTML, you'll need to use VBA to set the various properties to
display the specific folder that you want. Also, there are some
security-related caveats that limit what you can do via code, but all in all
its not the dififcult and gets the job done. The HELP file is quite handy.
 
E

Emma

I need to specify a specific folder (a shared folder for a company using
exchange server.) I've got the appointment part working fine - do you have
code that I can use to specify the shared folder? (Let's called the shared
folder KAN for discussion purposes.) Many thanks - Emma
 
Top