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.
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.