adding items to combo boxes in visual basic from a database in access

India
January 27, 2007 4:22am CST
adding items to combo boxes in visual basic from a database in access
1 response
@sais06 (1284)
• Philippines
24 Jul 11
You have to use a for loop to be able to do this. Go to the first record then add the item to the combo box. Use movenext method and then record the next item and so on.