K
Ken Ivins
I am trying to use a RecordsetClone to set a recordset and keep getting a
Run Time Error '13': type mismatch.
Dim RS2 As Recordset
Set RS2 = Me.RecordsetClone
The table I am trying to look at has an ID field (auto number, long
integer), one other number field (long integer), one number percentage field
(double), and a text box.
Any ideas where I should look to fix this so I can move on?
Thanks,
Ken Ivins
Run Time Error '13': type mismatch.
Dim RS2 As Recordset
Set RS2 = Me.RecordsetClone
The table I am trying to look at has an ID field (auto number, long
integer), one other number field (long integer), one number percentage field
(double), and a text box.
Any ideas where I should look to fix this so I can move on?
Thanks,
Ken Ivins