csharpcoder
New member
- Local time
- Today, 00:29
- Joined
- Oct 5, 2010
- Messages
- 2
I created an VB.NET form to create an xml file, however, it needed to be done in VBA so it would work from an Access form.
Due to I can't copy and paiste my vb.net code to access, how can I create my XML file from MS Access?
I need to call a query within my access db, and take those results and generate an xml file something like this
<Report>
<salesdate></salesdate>
<salesman>
<name></name>
<date></date>
</salesman>
</Report>
and so on, how can I accomplish this using VBA within ms access 07
Due to I can't copy and paiste my vb.net code to access, how can I create my XML file from MS Access?
I need to call a query within my access db, and take those results and generate an xml file something like this
<Report>
<salesdate></salesdate>
<salesman>
<name></name>
<date></date>
</salesman>
</Report>
and so on, how can I accomplish this using VBA within ms access 07