multiple xml imports from local path
- From: "Martijn" <Martijn@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Sep 2005 04:51:09 -0700
I'm struggling with the import of xml files in access.
I receive the files in outlook and save them as client(1).xml, client(2).xml
etc in a local folder.
When I'm using the xml import function in code I only can import a file I
named in the code.
example:
Application.ImportXML DataSource:="D:\Clienten XML\client.xml",
ImportOptions:=acAppendData
(I can put in the same rule with client(2).xml etc, but there are a lot of
files this way).
This works fine but how can I tell the import engine that I want to import
all the *.xml files from "this location" etc.
I think I have to use a loop but I don't know how to define the code.
Can somebody help me?
Thanks
.
- Follow-Ups:
- RE: multiple xml imports from local path
- From: Martijn
- Re: multiple xml imports from local path
- From: John Nurick
- RE: multiple xml imports from local path
- Prev by Date: Re: Import External Data from Excel - delimited type issue.. ?
- Next by Date: Setting a relative path for a linked Excel File
- Previous by thread: Re: Data Missing when Exporting from Access to Excel
- Next by thread: Re: multiple xml imports from local path
- Index(es):
Relevant Pages
|