V
vilmarci
Dear Community,
The following simple XML file is read correctly by Excel, but not in Access:
<MNBExchangeRates>
<Day date="2010-02-01">
<Rate curr="EUR" unit="1">270,71</Rate>
<Rate curr="USD" unit="1">194,59</Rate>
</Day>
<Day date="2010-02-02">
<Rate curr="EUR" unit="1">269,24</Rate>
<Rate curr="USD" unit="1">193,21</Rate>
</Day>
</MNBExchangeRates>
In Excel, the layout is correct:
date Rate curr unit
2/1/2010 270,71 EUR 1
2/1/2010 194,59 USD 1
2/2/2010 269,24 EUR 1
2/2/2010 193,21 USD 1
In Access, only the "Rate" column is imported.
Please advise.
Thanks,
vm
The following simple XML file is read correctly by Excel, but not in Access:
<MNBExchangeRates>
<Day date="2010-02-01">
<Rate curr="EUR" unit="1">270,71</Rate>
<Rate curr="USD" unit="1">194,59</Rate>
</Day>
<Day date="2010-02-02">
<Rate curr="EUR" unit="1">269,24</Rate>
<Rate curr="USD" unit="1">193,21</Rate>
</Day>
</MNBExchangeRates>
In Excel, the layout is correct:
date Rate curr unit
2/1/2010 270,71 EUR 1
2/1/2010 194,59 USD 1
2/2/2010 269,24 EUR 1
2/2/2010 193,21 USD 1
In Access, only the "Rate" column is imported.
Please advise.
Thanks,
vm