C
"Captain Feathersword" <Captain [email protected]>
wrote in message
Whether you use a combo box or a list box, you can't actually bind the
control so that multiple choices are automatically stored in a single
field. What you can do is use code to trap each selection as it is made
and store it someplace else -- normally as a new record in a related
table.