Is there anyway to save multiple items selected in a list box to a string? Is it then possible to save the string to a record field in a table? Or is there another way to capture multiple items selected and stored them in a table? For example: I have a list box with the following items:
Listbox
cat
dog
rabbit
Table name = Animal_tbl
Animal Selected - this is a column heading and a text field.
Listbox
cat
dog
rabbit
Table name = Animal_tbl
Animal Selected - this is a column heading and a text field.
Comment