I am trying to import and XML file into an existing Access table. The table has around 60+ fields, and the XML node name is equal to the field name. What I want to do is write a generic routine that will use the node name as the field name so that I don't need to deal with each field...