Trying to integrate an HTTP GET request in my MS-Access database program

前端 未结 3 1613
挽巷
挽巷 2021-01-24 09:55

I want to import data from Anedot, a credit card processing firm, using a HTTP GET request from an MS Access program. Anedot uses a RESTful API and has provided help on there we

3条回答
  •  无人共我
    2021-01-24 10:51

    As you seem to request a Json response from a URL, you can study the Json modules here for a full implementation that collects the Json response in a collection, which you then can use in your code or save to a table. See the demo module for examples:

    VBA.CVRAPI

提交回复
热议问题