I am trying to set a field that will accept multiple selections from a list
box. Please Help!!!!
Urgent!!!!
In a relational database, one does NOT store multiple values in a
field. Instead, you should use two tables in a one-to-many
relationship; and store the multiple values in the "many" side table.
A Subform is the simplest way to do this. If you really need to do it
using a listbox, I've got some sample code which will move selections
from a Listbox into a many-side related table.
John W. Vinson[MVP]