I was wondering if anyone could explain how to populate the list property of a combo box in VB6 when the combo box has been bound to a data control (MS Access). I can get the first record to populate, but as far as the list is concerned, I'm lost. I was thinking of using a Do/Until Loop until the EOF is reached, but I cannot get it to work properly. If someone can point me in the right direction, I would really appreciate it.