Am getting a problem with
Run—time error '3125':
”\\PETER\List\ListBE.mdb" is not a valid name. Make sure that it
does not include invalid characters or punctuation and that it is not too
long.
However I can browse to ListBE.mdb via Network in Explorer. Is "\\" not allowed or needs changing?
Code:
Set db = CurrentDb
SQL = "SELECT TLabel FROM Tracks" & _
"IN '\\PETER\List\ListBE.mdb';"
Set rst = db.OpenRecordset(SQL, dbOpenDynaset)
Run—time error '3125':
”\\PETER\List\ListBE.mdb" is not a valid name. Make sure that it
does not include invalid characters or punctuation and that it is not too
long.
However I can browse to ListBE.mdb via Network in Explorer. Is "\\" not allowed or needs changing?