HI
i have a grid in a form binding with a binding source and have some fields on forms binded with some other binding source, i have created a link between these two binding sources with this code
Code:
Me.Team2BindingSource1.Position = Me.MatchIdComboBox.SelectedIndex
its working but one problem i am facing is when i click in grid fields are navigated in form but not in right order perhaps they navigate by match records count is there any way i can bind two binding sources with primary key feilds?
plz help
Faisal iqbal ch