G
giovanni tirelli
With this code
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("MyTable")
rs.FindFirst "ID = 'MyValue'"
If MyTable is NOT a linked table in the last row I receive the Error 3251
that mens about (I translate from Italian) The operation do not support
this kind of object.
Do you know why?
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("MyTable")
rs.FindFirst "ID = 'MyValue'"
If MyTable is NOT a linked table in the last row I receive the Error 3251
that mens about (I translate from Italian) The operation do not support
this kind of object.
Do you know why?