Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    breakingme10 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Jan 2014
    Location
    Oklahoma
    Posts
    153
    Quote Originally Posted by NSearch View Post
    Hi All,

    Thank you in advance for any assistance you can provide on this.

    Below is a json format that I need to create from the attached table.

    Is it possible to do this in access?

    Json File: Attachment 38764



    Please see the attached table: Attachment 38760

    Thanks again for the help.

    I do this all the time using VBA-JSON that someone else here mentioned.
    Use recordsets to get the data you need. Anthing in {curly brackets} use a Dictionary, anything in [square brackets] use a Collection with dictionaries within it. Then using the convert to json function, pass the final dictionary (since the main body is within a dictionary) to the function. It works amazingly well!

  2. #17
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2016
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,716
    breakingme10,

    Since Access-JSON is a topic with few examples, and since you have it working, I suggest you post a database showing your working example code for others.
    Thanks in advance.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Importing/Reading JSON to Populate Fields
    By wrayman in forum Import/Export Data
    Replies: 22
    Last Post: 09-17-2018, 10:28 AM
  2. Replies: 15
    Last Post: 04-26-2018, 01:54 PM
  3. Dealing with json
    By control1 in forum Access
    Replies: 24
    Last Post: 06-07-2017, 02:08 AM
  4. System DSN (MS Access) to REST API / JSON
    By Hitesh in forum Queries
    Replies: 1
    Last Post: 03-15-2016, 11:37 AM
  5. Replies: 4
    Last Post: 07-31-2015, 12:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums