Hi all, I am having problems getting data to show on 2 seperate list boxes on a single form. List1 on the left side of the form lists available records. In the on Click Event, I want to remove that record from List1 and make it appear in List2 on the right. When the record in List1 is clicked, I am setting a check box = to true in the datasource and requering the form to have the List2 on the right look for that check and display the record. The problem is that when List1 is clicked, it is the first record in the datasource that gets the check no matter which record I click on in the list box. Do I need to do a Recordsetclone type of setup and the requery. The bound column in the list box is a unique field which is indexed. Am I on the right track or is there another method which is easier?
Thanks
Kevin