I've recently designed a fillable PDF file that users can type in and send it back as a xml file.

I want to import the xml into Access database so we can keep track of records. Unfortunately, it comes out a number of tables. And only 1 table has a primary key, other tables do not. Is it any way I can populate the primary key into those tables? So that I can combine all tables as one record. I could do it manually but it would be tedious. I would like to find a smarter way.

Please help

Edigo