I think you could simply clear all the items in the ListBox at the start of your procedure. --- lstStudents.Items.Clear() ---
...And you're welcome ! ;-) On Jan 21, 5:41 pm, Laura <[email protected]> wrote: > That was a brilliant help - thanks a million, it worked perfectly. > But just one more thing, When i select a class from the combobox it > fills the list box fine, but if I select a different class, that class > list then fills in on top of the last class in the listbox. I spose > what I need is for the listbox to refresh on each selection. > > Is that another if statement or is it some simply line of code? > > Thanks
