Hi everybody!
I have this code in the Private Sub cmdAdd_Click() Event:
On Error GoTo Err_cmdAdd_Click
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb()
Set rs = db.OpenRecordset("Author"
and I receive a type mismatch error on the last line.
Does any of you have any idea why?
Thanks,
Durug
I have this code in the Private Sub cmdAdd_Click() Event:
On Error GoTo Err_cmdAdd_Click
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb()
Set rs = db.OpenRecordset("Author"
and I receive a type mismatch error on the last line.
Does any of you have any idea why?
Thanks,
Durug