GPGeorge
George Hepworth
- Local time
- Today, 15:42
- Joined
- Nov 25, 2004
- Messages
- 2,439
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.
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: