Somebody built a database that I'm trying to fix. It pulls information from an online spooler service and processes it into access. However, it's giving me this error message now. Does anybody know what it means? Thanks!
Somebody built a database that I'm trying to fix. It pulls information from an online spooler service and processes it into access. However, it's giving me this error message now. Does anybody know what it means? Thanks!
Set a breakpoint and step through the code to see where it is falling down. What is it trying to find that it can't find? Then you might get closer to the answer.
maybe a server path is incorrect, or something like that - or maybe the file is locked in use (although you would probably get another error number with that)