HELP PLEASE! (run-time error 3044: invalid path)

Anticephalous

Registered User.
Local time
Tomorrow, 00:28
Joined
Jun 3, 2015
Messages
35
The back end is saved in the server and users have the app saved in their drives. I just don't understand why one PC was not able to connect when it has got read/write access to the database. Please see attached images.. :(
 

Attachments

  • error 3044.JPG
    error 3044.JPG
    65.2 KB · Views: 340
  • error 3044 - debug.jpg
    error 3044 - debug.jpg
    95.1 KB · Views: 269
have you tried relinking your tables.
 
Sorry guys! There's no problem with the link between the front end and the back end. The problem was, apparently, the network path's was wrong. The back end is residing in network drive U:\ but the network mapped in that PC was Z:\. It's ok now! :D
 
Most of us would link with a UNC path so drive mapping wasn't required:

\\ServerName\FolderName\...
 

Users who are viewing this thread

Back
Top Bottom