Multiple Values

S

sw

I have used the MultiSelect property in a list box,
however it is not populating my table fields. If I have a
list of values and I wish to select more than one value in
my list, how can I bring this information into my
table so that it duplicates that record but shows each
value picked?
 
A

Allen Browne

Don't. The listbox cannot do this without programming, and even then it is a
fudge that gives poor results.

You are far better of to create a related table, and add a subform where the
user can select an entry on each row (using a drop-down combo if you like)
for as many rows as they need.
 

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