List box

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.
 
D

Douglas J. Steele

Assuming Access 2003 or earlier, it's not possible.

Access 2007 introduced a new data type for multivalued lists: your table
field would have to be one of those.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top