Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to run a sys progress bar while importing XML file into MS Access

Status
Not open for further replies.

Andzar

Programmer
Feb 1, 2010
4
PL
It's quite easy to import *.XML file into *.mdb from remote server as follows:

Application.ImportXML " acAppendData

The problem is that while importing a large xml file, my Front End seems like it takes forever, hangs and confuses users.

How to run system progress bar while importing XML into mdb from a Website?

I'd appreciate any suggestion.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top