Hi Mark,
Have you verified that the path indicated,
"L:\Medical\OoQ\Apps\ASU\ASULogApp.mdb" is a valid path? If it is, then you
should be able to click on Start > Find | Files or Folders, paste in this
path, and the search should be successful. You might try substituing the UNC
(Uniform Naming Convention) path in place of using the mapped drive letter
"L". That way, the path would look something like this:
\\Server\Share\Medical\OoQ\Apps\ASU\ASULogApp.mdb
The same considerations apply to your ASUDLOAD.TXT file.
I just tested your script, and it works fine on my PC, except that it looks
like you need to declare objFS and objTS.
You didn't mention which version of Access that you are using, but if you
are using Access 2003, you might want to verify that you have macro security
set to Low. (If not, then you may need to add code to your VB script file to
set the macro security to low).
Tom Wickerath
Microsoft Access MVP
http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________