W
walter
Hi All,
I want automaticly export ( f.e by a button) related tables in my acces
database to a XML file.
In the main table are invoice headers and in the related table are
details.
So the result must be like this
-<header>
<line1>
<line2>
<line4>
-<detail>
<line1>
<line2>
/<detail>
-<detail>
<line1>
<line2>
/<header>
please give me a sugestion like a vb script fe
Thanks walter
I want automaticly export ( f.e by a button) related tables in my acces
database to a XML file.
In the main table are invoice headers and in the related table are
details.
So the result must be like this
-<header>
<line1>
<line2>
<line4>
-<detail>
<line1>
<line2>
/<detail>
-<detail>
<line1>
<line2>
/<header>
please give me a sugestion like a vb script fe
Thanks walter