Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset Clone Issue Help

Status
Not open for further replies.

SeanB

Programmer
Jul 19, 2001
70
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top