import xml (1 Viewer)

zezo2021

Member
Local time
Today, 08:21
Joined
Mar 25, 2021
Messages
381
is there any way to automate importing XML for beginner user

I want to use the VBA Code

Because I want to hide the ribbon

External data > import and link > XML
 

Attachments

  • Simple-XML-file-for-student-details.zip
    772 bytes · Views: 47
Last edited:

ebs17

Well-known member
Local time
Today, 08:21
Joined
Feb 7, 2020
Messages
1,946

For a correct and usable import, I don't just look at the exchange file. First and foremost is the database schema of my backend. This should be thought out and completed.

For me, import means that all the information is in the right place and can therefore be used immediately for my subsequent analysis. There's just no real success in it somehow.
 
Last edited:

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 14:21
Joined
May 7, 2009
Messages
19,243
open Form1 from the sample db and use it on your 2 xml file to import.
see the VBA on Module1 and of the Form1.
 

Attachments

  • import_xml.accdb
    404 KB · Views: 71

zezo2021

Member
Local time
Today, 08:21
Joined
Mar 25, 2021
Messages
381
@arnelgp

@arnelgp

can you please give a solution to import JSON also?

I tried but did not succeed

attached sample file of what I want to import


thank you so much for the great help

appreciated




 

Attachments

  • New folder (2).zip
    53.2 KB · Views: 53

Users who are viewing this thread

Top Bottom