P
Pass-the-reality
On my table MainTable, I have a field called Category. On my form
frmMainTable (which is linked to MainTable) I have added the field Category.
I changed Category to a list box and selected the row source of TableCategory
(which stores all of the options) What properties on the list box do I need
to change so that if I pick multiple items from the list box, it will save
the data in my MainTable.
frmMainTable (which is linked to MainTable) I have added the field Category.
I changed Category to a list box and selected the row source of TableCategory
(which stores all of the options) What properties on the list box do I need
to change so that if I pick multiple items from the list box, it will save
the data in my MainTable.