I implemented something like this on a data entry form. I had a list box bound to a simple lookup table set to allow multiple selections. The user selects multiple fields, then, after the user leaves the list box, a function extracts the entries, separates them with semi-colons and places the...