Hi Everyone,

I currently have an MSFlexgrid that is being compared to an MS Access database table through the use of If Then conditional statements. If a conditon is wrong then the ItemNumber is being loaded into a ListBox. There are multiple items in the MSFlexgrid with the same ItemNumbers. Is what I want to have happen is this, if an ItemNumber has already been added to the ListBox then I do not want to add that ItemNumber to the list box again. What is the easiest way of accomplishing this? Examples would be helpful. Thank you.