S
Scudder Consulting
In a database there is a County lookup table that is used to provide the
county names for display. The Contact table only stores a numeric code for
county. I have two county ComboBox controls on the form. One is for the
home address and the other is for the business address. Both ComboBox
controls use the same lookup table. The problem is that they stay in sync.
It seems to me that I need to maintain two cursors, one for each ComboBox.
Do I need to have two BindingSource controls for the County table or is
there a better way to do it?
Roger
county names for display. The Contact table only stores a numeric code for
county. I have two county ComboBox controls on the form. One is for the
home address and the other is for the business address. Both ComboBox
controls use the same lookup table. The problem is that they stay in sync.
It seems to me that I need to maintain two cursors, one for each ComboBox.
Do I need to have two BindingSource controls for the County table or is
there a better way to do it?
Roger