Link to home
Start Free TrialLog in
Avatar of msacc97
msacc97Flag for Canada

asked on

Outlook calendar custom right-click menu action

I have MS Access database with Appointments table.
I know how to create an appointment in Outlook Calendar based on record from that table.

What I want to achieve is to be able to right-click an appointment in Outlook Calendar and to select a context menu command which will open a form in MS Access database on the record, from which the appointment was originally created.

Any ideas are really highly appreciated.
Thanks a lot in advance!
Avatar of David Lee
David Lee
Flag of United States of America image

Hi, msacc97.

What version of Outlook are you using?
Avatar of msacc97

ASKER

Outlook 2007
Then this is doable.  I can supply the Outlook commands and instructions.  Do you know the Access commands necessary to open the form?  
Avatar of msacc97

ASKER

Yes, I'm pretty familiar with Access.
Thank you for your help!
ASKER CERTIFIED SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msacc97

ASKER

BlueDevilFan,

Thank you so much!
I will check the solution tomorrow
You're welcome.
Avatar of msacc97

ASKER

BlueDevilFan,

How can I get parameters for the appointment selected (date and time, subject, category etc)?
So I can find an appropriate record in Access database

Thank you
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of msacc97

ASKER

Application.ActiveExplorer.Selection(1)
Application.ActiveExplorer.Selection(1).Start
Application.ActiveExplorer.Selection(1).Categories ..etc
finally did the trick for me.

BlueDevilFan, thanks a lot for your help!
You're welcome.