Hi,
I designed a DataEnvironment using the Designer in VB 6. I used a
DataCombo in a form and assigned RowSource, RowMember, ListField and
BoundColumn and so on. For Example:
RowSource = DataEnvironment
RowMember = Address
ListField = Name
BoundColumn = ID
The drop down list is filled correctly.
If a new record is stored in database the drop down list is not
updated, even if I use DataCombo.Refill method. I checked the
rsAddress.RecordCount, this is updated correctly.
What am I doing wrong? How to achive an update of the list?
Thanks in advance
Oliver