Search results

  1. Y

    Building a JSON Request Body in VBA

    Thank you, but I have not gotten to the parsing of the JSON yet, I am building the request body to send to the API. I would like to build the request body without having to append & _ to each line of the string. Any ideas?
  2. Y

    Building a JSON Request Body in VBA

    It's the UPS standard request for getting shipping rates, looks like this: { "RateRequest": { "Request": { "RequestOption": "Rate", "TransactionReference": { "CustomerContext": "CustomerContext", "TransactionIdentifier": "TransactionIdentifier"...
  3. Y

    Building a JSON Request Body in VBA

    I am trying to call an API. To do so I need to construct a JSON request body. What is the best way to do this? Is there a library I can use to prevent using "& _" on every line?
  4. Y

    Hello, hello

    Hello AccessWorld, I have been snooping around this forum for a while now, so I figured it as time to introduce myself. I am 25 years old, and am the lone developer of a legacy Access Application for a medical device startup. We use the application for inventory management, document control...
Top Bottom