R
Robin Hughes
I am running Access 2002 and am trying to open a recordset
on a table I built using a make table query. I get a type
mismatch error everytime I try and run the Set statement.
I have tried every valid Open type I see listed for a
recordset and get this message every one of them. I have
used this statement in other 97 version databases that
have been converted to 2002 and it has worked just fine.
Do you have any idea what I'm doing wrong.
Dim dbs AS Database, rstCheck AS Recordset
Set dbs = CurrentDb
Set rstCheck = dbs.OpenRecordset("tblCheck",dbOpenDynaset)
on a table I built using a make table query. I get a type
mismatch error everytime I try and run the Set statement.
I have tried every valid Open type I see listed for a
recordset and get this message every one of them. I have
used this statement in other 97 version databases that
have been converted to 2002 and it has worked just fine.
Do you have any idea what I'm doing wrong.
Dim dbs AS Database, rstCheck AS Recordset
Set dbs = CurrentDb
Set rstCheck = dbs.OpenRecordset("tblCheck",dbOpenDynaset)