M
M Skabialka
I have a new database which keeps having errors on code that works
elsewhere.
First it was
Set rs = db.OpenRecordset("tblDocument")
Run-time error '13': Type Mismatch
then
rs.FindFirst "[IDNum] =" & RecID
Error 3251 Operation is not supported for this type of object
Each time I did a compact/repair and the code started working again.
I even imported everything into another new blank database.
What could be causing this? And how do I fix it?
Thanks,
Mich
elsewhere.
First it was
Set rs = db.OpenRecordset("tblDocument")
Run-time error '13': Type Mismatch
then
rs.FindFirst "[IDNum] =" & RecID
Error 3251 Operation is not supported for this type of object
Each time I did a compact/repair and the code started working again.
I even imported everything into another new blank database.
What could be causing this? And how do I fix it?
Thanks,
Mich