L
Lana69
I am trying to set list box control "lst_Services" in a form "frm_Producers"
which is bound to "Type_Sevrices" field in a table "Mapped_Producers". The
goal is to alow multi selection from a list box and store these in the table.
When I set MultiSelect property of the list box to Simple or Extended, the
stored value of the list box is Null.
How to solve this problem? Is this possible to do with list box control OR I
should take another control in consideration, and which one?
which is bound to "Type_Sevrices" field in a table "Mapped_Producers". The
goal is to alow multi selection from a list box and store these in the table.
When I set MultiSelect property of the list box to Simple or Extended, the
stored value of the list box is Null.
How to solve this problem? Is this possible to do with list box control OR I
should take another control in consideration, and which one?