How can i prevent entering the same data in a listview control.
I have a listbox with different names. Depending on the name
selected all types of data will fill the listview control with columns... .e.g
address, work number, emplyee id etc... this works fine

The problem is when I select a different name, the first selection stays in the listview along with the new selection or if I select the same name it adds it again. is there a way to refresh or remove the first choice

THanks in advance!@