Trying to integrate an HTTP GET request in my MS-Access database program
问题 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 website: https://anedot.com/api/v2 I want to do this with VBA, and associate the import with a button on an MS Access form. I've read that this only possible with XML. Do I create the XML file with VBA? I'd greatly appreciate some background information on how to get this done, as most of it is flying over my head. I don