I have a form where the user may pick more than one city for the same record using a multi select list box, I want to store the selected choices in a seperate table to keep it normalized. However I want to see the choices in a field on the form separated by ; or | Does anyone have a similar example of this problem or a better solution to handling this. I thought about adding subform on the main form but the selected cities on the list would be spread across 1000+ records and you would have to scroll and remember all the selections.