I've got a combo box at the top of my form, when you select a record from the drop down it populates the rest of the form this is done because all the forms elements are binded to the controls

however if you go and select another record from the drop down i get this error


Additional information: This would cause two bindings in the collection to bind to the same property.
What do i need to do to get it so i can select a different record from and bind the other controls


many thanks

Carl