G
Guest
Hi
I have a form where I set itsrecordset object to a recordset returned via SQL server 2000 using and ADO recordset
That works great...here is my problem
The FindFirst method of the recordsetclone object doesn't seem to work.
Me.RecordsetClone.FindFirst "EventID = " & lngEventI
I get an error 438 - object doesn't suppor this porperty or method
I've used this method many times before when the form was based on a DAO recordset. Is there a white paper on this? Is there an alternative? I can't use the bookmark, because I'm trying to remember record locations after the data has been requeried
Thanks
Mik
I have a form where I set itsrecordset object to a recordset returned via SQL server 2000 using and ADO recordset
That works great...here is my problem
The FindFirst method of the recordsetclone object doesn't seem to work.
Me.RecordsetClone.FindFirst "EventID = " & lngEventI
I get an error 438 - object doesn't suppor this porperty or method
I've used this method many times before when the form was based on a DAO recordset. Is there a white paper on this? Is there an alternative? I can't use the bookmark, because I'm trying to remember record locations after the data has been requeried
Thanks
Mik