I have ajobs database that tracks and logs all jobs. A database called 'backup' has been created which backups all the neccessary data.
Now, when i save a form on the jobs database a runtime error '3044' appears saying "r:\job\backup.mdb isnt a valid path. Make sure th path is spelled correctly and that you are connected to the server on which the file resides"
When i click the DEBUG button on this error the following code is highlighted:
DoCmd.TransferDatabase acExport, _
"Microsoft Access", _
"R:\job\backup.MDB", _
acTable, _
I have checked the serer names, filenames etc... but it makes not difference! Also, i dont know if this helps, but this error has on recently appeared (few days before new years!)
Can anyone help me please?!!?!?!?!
thanks
Now, when i save a form on the jobs database a runtime error '3044' appears saying "r:\job\backup.mdb isnt a valid path. Make sure th path is spelled correctly and that you are connected to the server on which the file resides"
When i click the DEBUG button on this error the following code is highlighted:
DoCmd.TransferDatabase acExport, _
"Microsoft Access", _
"R:\job\backup.MDB", _
acTable, _
I have checked the serer names, filenames etc... but it makes not difference! Also, i dont know if this helps, but this error has on recently appeared (few days before new years!)
Can anyone help me please?!!?!?!?!
thanks