Y
yves
I've just splitted in front and back end (access2000)
TableClient is now a linked table "C:\data\Backend.mdb"
and the following code gives the error Run-time error '3219': Invalid
operation
Dim dbs As Database
Set dbs = CurrentDb
Dim rst As Recordset
Set rst = dbs.OpenRecordset("TableClient", dbOpenTable)
can anybody correct it or tell me if I need to change the database or method
or dbengine or whatever workspace , connection
Thanks and happy new year everyone
Yves
TableClient is now a linked table "C:\data\Backend.mdb"
and the following code gives the error Run-time error '3219': Invalid
operation
Dim dbs As Database
Set dbs = CurrentDb
Dim rst As Recordset
Set rst = dbs.OpenRecordset("TableClient", dbOpenTable)
can anybody correct it or tell me if I need to change the database or method
or dbengine or whatever workspace , connection
Thanks and happy new year everyone
Yves