|
-
Aug 9th, 2000, 11:02 AM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|