I have trouble with the following three properties for ComboBox:
- RowSource
- BoundColumn
- ListField
These properties are not on the list of intelligence drop down.
Please advice.
Thanks.
Printable View
I have trouble with the following three properties for ComboBox:
- RowSource
- BoundColumn
- ListField
These properties are not on the list of intelligence drop down.
Please advice.
Thanks.
which version of vb r u using?
these properties r not there in vb6.
Version 6
Ok. Do you know how to display the drop down list? When I click on the arrow, it won't drop the list when I use the following code:
set cmboToys = rstToys
cmboToys.DataFieldToDisplay = "Description"
cmboToys.DataField = "Code"
Thanks.
is the style property of your combo 0?