List Boxes - DESPERATE FOR HELP!!!!

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

I have added a list box control to my form and changed the property to
Multi-select but the data is not being updated in my table. Can anyone help
me figure out why/how to fix this? I think I read in the several different
forums that it requires VBA but I have zero experience in that... can anyone
offer me any help?? PLEASE!!!!
 
I don't know why multi-select was ever created because not only does a table
cell hold only one piece of information it violates the principles of
normalisation and design.

You will have to create a one-to-many relationship (ie create a table that
will hold all the information you need for each record on the "one" side).

sorry!
 
Back
Top