Forum Discussion
Woldman
Apr 14, 2023Iron Contributor
Sample Access application for creating appointments in Outlook
Hello everyone, I received several requests for my sample Access application for creating appointments in Outlook, so I am sharing it here. The application The application automatically open...
craigjacks
Nov 02, 2023Copper Contributor
Woldman Thanks so much for the VBA code to add to Outlook, it works great. I dont suppose you have the code to remove an appointment from Outlook using access do you?
- WoldmanFeb 28, 2024Iron ContributorI added a new sample application that also deletes appointments.
- George_HepworthNov 04, 2023Silver ContributorNot to put words in Tieme's mouth, but couldn't you invest a bit of learning effort in seeing if you couldn't reverse the code to remove an an appointment? You have the starting point and the concept. Perhaps it's as straightforward as searching out the appropriate action (remove or delete instead of create) for what you need to do.
It's a way not only to achieve the end goal, but to learn more about the tools you are using for your own benefit. - RGaspar695Nov 02, 2023Copper Contributor
craigjacks - a good ideea, I am intereted too!
- WoldmanFeb 28, 2024Iron ContributorI added a new sample application that also deletes appointments.