Hi,
I have a project recording tennis match results.
The name of a player is selected from cbo1 and the opponent from cbo2.
Both cbo1 and cbo2 are filled from the same arraylist, which was itself filled from a dataset from an Access database.
When I select a name in cbo1, cbo2 immediately shows the same name.
Does this mean that I HAVE to create separate arraylists for each combobox? (If I do it works OK)
Many thanks.
