I am okay with Access itself, but my knowledge of VB is very limited. I am trying to create an Access form that will allow a user to pull in new .xml log files into a database.
So if I have an XML file like
-part-Widget-/part-
-order-A123-/order-
-serial-1001-/serial-
I want to add them into an Access table with columns Part, Order, Serial. I already have a check built to see if the log files are new, I am just struggling with the .xml parsing bit.
I have been searching online for over an hour and the examples I am finding are making my head spin. Does anyone know of a simple example--no checking for errors, no nodes, etc.--of VBA code that pulls XML data into an Access table?
Thanks in advance!
So if I have an XML file like
-part-Widget-/part-
-order-A123-/order-
-serial-1001-/serial-
I want to add them into an Access table with columns Part, Order, Serial. I already have a check built to see if the log files are new, I am just struggling with the .xml parsing bit.
I have been searching online for over an hour and the examples I am finding are making my head spin. Does anyone know of a simple example--no checking for errors, no nodes, etc.--of VBA code that pulls XML data into an Access table?
Thanks in advance!