I’ve been having some fun recently automating a database with Monday.com for a client. I had never used Monday.com, but they were using it and wanted to integrate information from my system into it. So I needed to develop a synchronization mechanism to for the standard CRUD operations (Create, Read, Update, Delete).
Now, the work I’ve been doing is actually part of a Web Application, so programmed in PHP, but I thought to myself that given the work I did on using the Outlook Graph REST API as well as the Google REST API, that what I had achieve in PHP I could translate over to VBA for use in any application of my choosing.
A couple hours later, I had a fully functional Access database capable of querying Monday.com, looking up information, creating entries, updating entries & deleting entries.
Continue reading →