hi..i got a problem regarding how could populate data from adodb recordset into textbox...when i type the first letter for example of the itemname then automatically the textbox will show different records from the database starting with the first letter i type until i type the next and so forth...pls help me...i dont have an initial code because i try to research but i cant find one and i cnt undrstand...tnk u...
mitchney 0 Newbie Poster
Recommended Answers
Jump to Posti am using the adodb as my recordset..what should i put as my recordsource?
There are different ways to open a recordset.
I usually do the following:Dim cnAdodb as ADODB.Connection Dim rst as ADODB.Recordset Dim strSQL as String set cnAdodb = new ADODB.Connection set rst = …
Jump to Post
- Well, you have to load the values for the list you are using a reference somewhere. You have to do this first.
- Then you have to use the text entry value to search through the loaded values.
Private Sub LoadArray() Dim strArray(25) as string dim i …
All 7 Replies
J.B.Alia 0 Newbie Poster
mitchney 0 Newbie Poster
hkdani 39 Posting Pro in Training
mitchney 0 Newbie Poster
hkdani 39 Posting Pro in Training
mitchney 0 Newbie Poster
hkdani 39 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.