Multiple Values

  • Thread starter Thread starter sw
  • Start date Start date
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?
 
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.
 
Back
Top