I have a form that contains 8 Listview Controls. Each control is populated by a single table. The tables contains employees names and production numbers based on a particlur product line. Each porduct line is a listview control. For example, ListView Control #1 is sales, #2 credit cards, ... The controls sort each employee by a ranking system that is entered into the table. I have code for the dbl_click event of each control to get the selected employee and highlight that person in the other listviews. This works fine. But once the event is run, i can't use another control on the form except the one i used to double click. Example, I dbl click on the first person in listview control # 1 and i finds that person in the other 7 listviews and highlights them, but when i try to hit a command button and another listview, they seem to be frozen. But when i cdbl click on another persons name in listivew control #1, it will exucte the event and highlight that new person in the other listviews. Any Ideas on why the form becomes frozen execpt for the listview that has focus?