R
ren
I have sample code that declares a recordset, and then sets it as shown
below. The code works fine in the sample database (Dave & Robs Ice Cream
Shop.mdb) but when I use the code in my mdb, I get an error message;
Dim rstClone As Recordset
Set rstClone = Me.RecordsetClone
Run-time error '13':
type mismatch
The sample code is written for Access 2000 and I'm running it in Access XP
(2002?)
What am I doing wrong? Is there some setting that I've missed?
thanks
below. The code works fine in the sample database (Dave & Robs Ice Cream
Shop.mdb) but when I use the code in my mdb, I get an error message;
Dim rstClone As Recordset
Set rstClone = Me.RecordsetClone
Run-time error '13':
type mismatch
The sample code is written for Access 2000 and I'm running it in Access XP
(2002?)
What am I doing wrong? Is there some setting that I've missed?
thanks