I have my Macro call a program outside of access that parses the data file. It turns the data file into something Access can easily import. However, once that application ends and Access tries to import the files, I get a "File not found." error. I've determined that it's a timing issue; Access is trying to open the files before Windows realizes the file exists.
How can I get the Macro to pause for 5 seconds? Right now I have it open up a MsgBox but it's not a very good solution.