J
Joe
Hi,
I have a rather form where the user enters address
information. It is entered in more than one place because it
represents different addresses for the same customer - like shipping
and billing. Both of these addresses contain a combo box so that the
use can select the state.
The state combo boxes get their dropdown lists from a States
table in the database. The data is retrieved into a typed dataset and
then bound to the form with a single binding source.
My problem is that whenever I select a state in one of the
combo boxes, the other combo box also jumps to the same value. Their
DataBindings Text properties are set to different fields in the
database because the billing state is indeed different than the
shipping state.
Does every combo box on a form have to have a separate binding
source? - even if the data is coming from the same table?
Any help appreciated.
Jim
I have a rather form where the user enters address
information. It is entered in more than one place because it
represents different addresses for the same customer - like shipping
and billing. Both of these addresses contain a combo box so that the
use can select the state.
The state combo boxes get their dropdown lists from a States
table in the database. The data is retrieved into a typed dataset and
then bound to the form with a single binding source.
My problem is that whenever I select a state in one of the
combo boxes, the other combo box also jumps to the same value. Their
DataBindings Text properties are set to different fields in the
database because the billing state is indeed different than the
shipping state.
Does every combo box on a form have to have a separate binding
source? - even if the data is coming from the same table?
Any help appreciated.
Jim