Hi - I have two listboxes next to each other and a combobox on a form. The combo box adds items to the list boxes, the value in the combobox being spilt between the 2 list boxes (i.e. The value 'John Smith - 34567' would be in the combo box, and would be spilt so that 'John Smith' goes into 1st list box, and '34567' into 2nd list box). When the number of items added exceed those shown on screen, a vertical scroll bar appears on both listboxes. I want to know if it is possible to suppress this scrollbar, or trap the event of moving the scrollbar, so that I can keep the two listboxes in sync. I know it would be easier to user a datacombo, but Listboxes need to be used!
Thanks
Thanks