or is there another
completely?
Yes, there is another way completely: a much better way IMHO.
Rather than storing multiple cities in a single field (a "textbox" is
a TOOL for getting data into a table; you don't store data in a
"box"), use a properly normalized set of tables. You would have one
table of Documents; a second table of Locations; and a third table of
ReferencedLocations. The Locations table would have all of the
locations you're going to need (you can add to it later if desired);
the ReferencedLocations table would have two fields, the unique
DocumentID and a Location.
You could display this on a Form with a Subform bound to the
ReferencedLocations table. This will give you a scrollable vertical
list, which can be edited.
John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps