P
Pawe³B
Hi,
Under the structure of XML file.
In a given file can be 1000 <MIX> ...</ MIX> in any <MIX> may be the
a few to several <ingredient>.
From the standpoint of the database would be to import the data into two
tables
1. tblMix
2. tblIngredient (additional tables should be joined together one to many --
so that the data are connected to each other)
Theoretically, it seems about to learn - but I sit a little longer
(looking in the internet) .. and I can not prevail on this. Does anyone of
you przerabia³
import of XML to an Access VBA! ? how to deal with this?
An idea, a link to an example, how to effectively deal with this?
Paul
<MIXES>
<MIX>
<jobnumber>0001.02.2010</jobnumber>
<date>20100225</date>
<time>112244</time>
<mixsize>1</mixsize>
<mixunit>LITR</mixunit>
<mixcost>136,6</mixcost>
<voc>0</voc>
<ingredient>
<code>CRYSCLCP</code>
<amount>610,7</amount>
<density>1,018</density>
</ingredient>
<ingredient>
<code>H420</code>
<amount>223</amount>
<density>1,115</density>
</ingredient>
<ingredient>
<code>SC850</code>
<amount>175,4</amount>
<density>0,877</density>
</ingredient>
</MIX>
....
</MIXES>
Under the structure of XML file.
In a given file can be 1000 <MIX> ...</ MIX> in any <MIX> may be the
a few to several <ingredient>.
From the standpoint of the database would be to import the data into two
tables
1. tblMix
2. tblIngredient (additional tables should be joined together one to many --
so that the data are connected to each other)
Theoretically, it seems about to learn - but I sit a little longer
(looking in the internet) .. and I can not prevail on this. Does anyone of
you przerabia³
import of XML to an Access VBA! ? how to deal with this?
An idea, a link to an example, how to effectively deal with this?
Paul
<MIXES>
<MIX>
<jobnumber>0001.02.2010</jobnumber>
<date>20100225</date>
<time>112244</time>
<mixsize>1</mixsize>
<mixunit>LITR</mixunit>
<mixcost>136,6</mixcost>
<voc>0</voc>
<ingredient>
<code>CRYSCLCP</code>
<amount>610,7</amount>
<density>1,018</density>
</ingredient>
<ingredient>
<code>H420</code>
<amount>223</amount>
<density>1,115</density>
</ingredient>
<ingredient>
<code>SC850</code>
<amount>175,4</amount>
<density>0,877</density>
</ingredient>
</MIX>
....
</MIXES>