hi,
I have three comboboxes in my windows form. I want to relate them all with each other.
the data is coming from database a table which has the following columns:
id
description
ap code
seg code
now if user selects description then ap code and seg code should change to the same value for that specific description.
if user selects apcode then seg code and description should change to approperiate value.
same with seg code....
any help on how to start it and go about it....
thanks