D
DianePDavies
With reference to Microsoft DAO 3.6 Object Library and the following code
Dim dbs As Database
Dim rst As Recordset
Set dbs = CurrentDb
Set dbs = dbs.OpenRecordset("DHTS")
the code fails in the last statement with "Type mismatch" and Run-time error
13.
DHTS is a table in my database. I have identical code - but with different
table name - running other places - and I have had this happen other places
as well. What's the reason...?
Dim dbs As Database
Dim rst As Recordset
Set dbs = CurrentDb
Set dbs = dbs.OpenRecordset("DHTS")
the code fails in the last statement with "Type mismatch" and Run-time error
13.
DHTS is a table in my database. I have identical code - but with different
table name - running other places - and I have had this happen other places
as well. What's the reason...?