View Full Version : RECORDSETCLONE ISSUE HELP


sbornstein1
07-29-2001, 01:39 PM
I have a form that I changed from a recordsource to a recordset On_Open. The code line is:
Set Me.Recordset = rs

When I call a function to complete a find for a bookmark I set the recordset to recordsetclone. It used to work when I was using a recordsource as the bound query. Now ont he following line I get a "Active X component can't create object"
Set testrs = Me.RecordsetClone

Any idea why and what I can do? thanks

charityg
07-30-2001, 05:11 AM
In my experience, I've found that I can't use the recordsetclone property unless my form is based on a table or a saved query.