Forum Discussion
create Appointment Item in MS Outlook Calendar from Button in MS Access
- Jun 08, 2021Hello Julie,
I have done this in Access with Visual Basic for Applications (VBA), but that probably exceeds your scope as you are pretty new to Access. Nevertheless, let me know if you would try to set this up with VBA.
Best regards,
Tieme
I have done this in Access with Visual Basic for Applications (VBA), but that probably exceeds your scope as you are pretty new to Access. Nevertheless, let me know if you would try to set this up with VBA.
Best regards,
Tieme
- TheWardedManOct 25, 2023Copper Contributor
I am trying to do this as well and the link below does not work anymore. Could you repost the VBA code please? Thank you!
- Julie1606Jun 08, 2021Copper Contributor
Hi Woldman ,
I would really appreciate it if you could set this up with VBA. I have tried myself by cutting and pasting similar codes I have found without success. I have not used VBA before and may have missed some of the main steps.
Best,
Julie
- WoldmanJun 09, 2021Iron Contributor
Hello Julie,
I created an Access application for this, but I can not send Access files through this community. Do you have a regular mail address where I can send the Access file to? Maybe you can send the mail address to me in a direct message.
Short explanation
The application creates an Outlook-appointment on clicking the Add To Outlook button. Below an example of the form:
After filling the form and clicking the button the appointment appears in Outlook:
And if you open the appointment you see the details:
I hope you can incorporate the VBA-code and form functionality of my application into your application. The VBA-code is in the module modAppointment. And in the form you need to connect the click-event of the button to the cmdAddToOutlook_Click subroutine in the VBA-form module (Form_Action).
If this does not work out for you, maybe you could send me your application and I will incorporate the functionality. But that depends on the security policies of your organization.
Good luck and feel free to contact me for any further questions.
Best regards,
Tieme
- David_RichardsonApr 12, 2023Copper ContributorI would love to get a copy of this as well...