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...
I am creating a new form to act as a search screen. I have placed an unbound textbox on the formheader to allow the user to enter in what information they are searching for. I want to then parse the information and depending on what the data is I will perform a search on different fields.
The...