A
AlexD
I'm trying to use the following:
DoCmd.TransferDatabase acImport, "Microsoft
Access", "file:\\Server\...\DB.mdb",
acTable, "tblTable", "tblTable1"
and I'm getting an error: "Not a valid file name".
What can be wrong here?
DoCmd.TransferDatabase acImport, "Microsoft
Access", "file:\\Server\...\DB.mdb",
acTable, "tblTable", "tblTable1"
and I'm getting an error: "Not a valid file name".
What can be wrong here?