|
-
Oct 1st, 2000, 03:08 AM
#1
Thread Starter
Addicted Member
Dbcombo
Hi all
How can i make the Dbcombo go to the require row of records when the user select a data inside the Dbcombo?
Any help and suggestion will be greatly appreciated
[Edited by CoMMiE on 10-01-2000 at 09:24 AM]
-
Oct 1st, 2000, 09:32 PM
#2
New Member
let´consider the DBGRID is bound to a recordset called RECORDSET. (ADO) So we have
Private Sub DBCOMBO_Click()
RECORDSET.FIND DBCOMBO.ListField & " = " & DBCOMBO.Text
End Sub
that´s a way... maybe not that elegant, but it works
-
Oct 2nd, 2000, 01:50 AM
#3
Thread Starter
Addicted Member
Thanks for the reply RAMOSF
-
Oct 2nd, 2000, 06:10 AM
#4
Thread Starter
Addicted Member
Hi RAMOSF
I tried your code but i got an object error out of it whats wrong?
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
|