Access User Group -- Pacific: Using REST/APIs in Access with Juanjo Luna (1 Viewer)

GPGeorge

Grover Park George
Local time
Today, 13:49
Joined
Nov 25, 2004
Messages
1,873
January, 2023 Access Pacific Virtual User Group Presentation

Juanjo Luna, the newest MS Access MVP demonstrates using REST/APIs in Access VBA to manage data in three online platforms:


WooCommerce for eCommerce applications
Jira for Project Management
Trello for Project Management

Using REST/APIs, we can perform CRUD operations with resources in the web app from Access using the corresponding POST, GET, PUT and DELETE REST actions.

In the presentation, Juanjo explains the advantages for Access users of using REST/APIs over linked tables.

Juanjo also dives into the VBA classes he set up to send requests to web services (via the API) and process the returned JSON response.
 
Last edited:

Users who are viewing this thread

Top Bottom