PDA

Click to See Complete Forum and Search --> : BookMark problem with recordset


waheed
Aug 9th, 2000, 11:02 AM
Hi all,

I wonder if anyone can help. I am using the ado find method
to find data form an access database and retieve it using the following code

'With datSuppliers.Recordset
' .Find "CompanyName='" & DataCombo1.Text & "'"
' .Bookmark = .Bookmark
'End With

The data from the combo box comes direct from the database sing and adodc control. However the above code works but only after awhile and i get the following error message

"either bof or eof is true or the current record is deleted
;the operation required by the application requires a current record"

coudl someone plz plz help!

thanxs

waheed