Open Outlook Calendar from Access

  • Thread starter Thread starter Brian McGuigan
  • Start date Start date
B

Brian McGuigan

Does anyone know how to open the Calendar window in Outlook for the current
user from Access using VBA?
 
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.
 
Back
Top