AccessGuyEh
New member
- Local time
- Today, 05:08
- Joined
- May 16, 2025
- Messages
- 4
I have a client who has been publishing volunteer schedules, from a form in Access to a local Outlook Calendar. That calendar is then printed to PDF and distributed to the many volunteers who don't necessarily have access to Outlook in the office. The data is pushed, via VBA, from the Access table (bound to the form) to Outlook. The code works well, and has been working without issue for several years. This is a non-profit organization. Typically, as soon as the PDF is distributed, conflicts arise and the schedule has to be updated. That's easily done on the Access side, but constantly republishing the PDF has become more and more of a hassle as the number of volunteers increases. They've added a new "shift" which has only made the problem worse, and are looking for a better solution. They've asked if I'm able to create the calendar in SharePoint which can then be pushed out electronically to the volunteers instead of emailing PDFs. I've done some investigation, and know that I can link an Access table to a SharePoint list which can, in turn, be used to create SharePoint events but I'm not convinced it's the best solution here. I have my doubts that it will show the individual volunteers and I don't want to waste time testing various data sets only to find it's not what I need. How do the experts in the group handle this situation? Is there an easier solution than trying to create an interface to SharePoint or is this really the best way to approach this issue?