PDA

Click to See Complete Forum and Search --> : Please Help, List Box Prob..


Lethal
Oct 27th, 2000, 04:34 PM
im using the adodc and the dbListbox. I'm trying to dump the data from the database into the list box, i've set all of the properties, am I forgetting something else?? thanks

barrk
Oct 27th, 2000, 05:11 PM
for n = 0 to adodc.recordset.recordcount - 1
listbox.list(n).additem adodc.recordset.fields(0)

next

makai
Oct 27th, 2000, 11:52 PM
maybe this demo will help:

http://pages.about.com/vbmakai/ado4.htm