I have a single table of Nationalities the user selects from on the first form presented using a ComboxBox. No problems. The selection is then automatically placed into a ListBox on another form for future use. I have the columns bound correctly, etc. and it works no problem. However, it only works correctly for the first record. When adding a second, third, record etc., the list box always displays every record in the bound field...whereas I only want the one selection that was made on the first form for the current record...whatever that record may be. How can I limit the list to show only the field from the current record?