anybody know how to load 1 column data from accessdatabase into combobox item...i mean, i have 1 table " info_table and 1 column "product..so in product column have data like nokia and sony"..i want nokia and sony to be load into combobox item or dropdownlist...anybody help me...
arezz09 -2 Junior Poster in Training
Recommended Answers
Jump to PostSeems we missed your post.
Your code will be something like like -
Dim xAdd As Integer For xAdd = 0 To rs.Recordcount - 1 'Rs is your recordset Combo1.AddItem rs!Product rs.Movenext Next xAdd
All 4 Replies
AndreRet 526 Senior Poster
AndreRet 526 Senior Poster
cyberdaemon 1 Light Poster
cyberdaemon 1 Light Poster
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.