R
RussR
Hi,
I'm trying to do something extremely simple. I'm trying to take my xml file
which is:
<?xml version="1.0" encoding="UTF-8"?>
<Employees>
<Name>Russell</Name>
<SSN>123457890</SSN>
<Name>Robert</Name>
<SSN>456781234</SSN>
<Name>Richard</Name>
<SSN>123456789</SSN>
</Employees>
and import it into Access 2003. So I create a new blank database, File->Get
External Data->XML/XSD file types->Import all fields & data and then it does
it.
Problem is that when I look at the Employees table, it only has all the
fields, but only data entry. The data entry is the last one, Richard and
his SSN. Why? Where did the other two entries go?
It's such a simple xml file so I find it strange that it is not getting all
the data.
Please help.
Thanks
I'm trying to do something extremely simple. I'm trying to take my xml file
which is:
<?xml version="1.0" encoding="UTF-8"?>
<Employees>
<Name>Russell</Name>
<SSN>123457890</SSN>
<Name>Robert</Name>
<SSN>456781234</SSN>
<Name>Richard</Name>
<SSN>123456789</SSN>
</Employees>
and import it into Access 2003. So I create a new blank database, File->Get
External Data->XML/XSD file types->Import all fields & data and then it does
it.
Problem is that when I look at the Employees table, it only has all the
fields, but only data entry. The data entry is the last one, Richard and
his SSN. Why? Where did the other two entries go?
It's such a simple xml file so I find it strange that it is not getting all
the data.
Please help.
Thanks