M
matttt
Guest
I copied a navigation button routine from a book which starts
Dim recClone As RecordSet
Set recClone = Me.RecordSetClone
When I run just this code I get "Error 13 - type mismatch error. However if I download the program from the CD accompanying the book and delete everything but this code it runs fine.
If I export or paste the form (with code) from one Access environment to the other, it always works in one and never in the other, indicating this is not a typo error
Can any one help??
Dim recClone As RecordSet
Set recClone = Me.RecordSetClone
When I run just this code I get "Error 13 - type mismatch error. However if I download the program from the CD accompanying the book and delete everything but this code it runs fine.
If I export or paste the form (with code) from one Access environment to the other, it always works in one and never in the other, indicating this is not a typo error
Can any one help??