T
Trever B
I need to add to following code a wait statement while file is busy.
I am running an external program through access which writes to file.
After written I do following:-
DoCmd.TransferText acImportDelim, "", "tbl Directory Info temp1",
"e:\FIRINFO.txt", False, ""
how do I put a wait file is currently busy statement in.
Thanks for help
I am running an external program through access which writes to file.
After written I do following:-
DoCmd.TransferText acImportDelim, "", "tbl Directory Info temp1",
"e:\FIRINFO.txt", False, ""
how do I put a wait file is currently busy statement in.
Thanks for help