Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 16th, 2012, 09:43 AM
Registered User
 
Join Date: Feb 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access to xml file

I have to do:
Make table from query.Table(id,barcode,name,quantity,price).
Each account has a separate file(database) which consists of:vendor name, invoice number, invoice date.Name of table is ImportAccessFile.That table look like this,but how make each database and that has invoice number,invoice date:


<?xml version="1.0" encoding="UTF-8" ?>
- <dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ImportAccessFile.xs d" generated="2012-02-16T13:09:38">
- <ImportAccessFile>
<ID>2</ID>
<barcod>8600133231641</barcod>
<naziv>LV SOK 0,2L CR.KOKTEL BRIK</naziv>
<kolicina>24</kolicina>
<fakcij>0.33</fakcij>
<rabat>7</rabat>
</ImportAccessFile>
</dataroot>





Similar Threads
Thread Thread Starter Forum Replies Last Post
Access to xml file xjasax Access 0 February 16th, 2012 08:21 AM
not able to access xml file in webservice harshil.sh ASP.NET 3.5 Professionals 0 November 2nd, 2011 08:51 AM
ThePhile - Access Error to XML file cewekoolz BOOK: ASP.NET Website Programming Problem-Design-Solution 1 February 16th, 2005 02:16 AM
XML file access atingoldy Beginning VB 6 1 December 10th, 2003 09:18 AM
Simultaneous xml file access jim77002 XML 2 September 1st, 2003 03:30 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.