Hello, Access 2002
I have a table "tblTempHistory" that I ultimately want to add a new record to, but I can not get past the SET statement.
I get the error
any suggestions?
Thank you,
djj
I have a table "tblTempHistory" that I ultimately want to add a new record to, but I can not get past the SET statement.
Code:
Dim rs As Recordset
[COLOR=red]Set rs = CurrentDb.OpenRecordset("tblTempHistory", dbOpenDynaset)[/color]
.Type missmatch
any suggestions?
Thank you,
djj