I am trying to import a JSON file into Access.
I followed the steps at the below link suggested (I couldn't comment directly at the link because I do not have 50 reputation points).
Parsing JSON feed automatically into MS Access
Can someone break this piece down into more detailed instructions?:
"Place code behind an Access form or module (example uses a one nested level JSON file)"
I am not sure what it means to place code behind anything in Access. Do I place it behind the module I created when I copy and pasted the JsonConverter code? If so, what do I click to get it behind that module?
I am not working with forms, I will be building queries in design view once I get the data loaded, but I am still loading data. I am not educated in VBA.
The step I am asking about is the 4th piece of Parfait's instructions at the link I gave.
Thank you in advance for guiding me!