1. Table info:
area table : code,name
Customer table : code,name,area

2. created a relation between these tables.

3. Displaying customer input screen which is using bindingsource

4. I wish to display the area names using datacombo

5. I am storing the area code in customer table

6. In this situation how to bind the datacombo with the binding source, because it is already bounded with another area binding source.

Any other way