S
Stephen
I've got a form with a list box that has the following
data within it:
AG Agriculture
HM Hydromod
FS Forestry
I've set the list boxes' "Multi Select" property
to "Simple" so that I can make multiple selections. What I
would like to happen is when I make multiple selections
within this list box, I only want the abbreviations to be
inserted into the underlying table's field so that they
appear like:
AG, HM, FS
When I set the list boxes' "Multi Select" property
to "None", the single abbreviation IS properly inserted
into the underlying table's field. However, when I change
the form's list boxes' "Multi Select" to "Simple", nothing
is inserted into the underlying table's field.
What is the simplest way to accomplish this action (if at
all)?
I will be very grateful for any help that anybody can give
me that might help me in this matter!
--Stephen
data within it:
AG Agriculture
HM Hydromod
FS Forestry
I've set the list boxes' "Multi Select" property
to "Simple" so that I can make multiple selections. What I
would like to happen is when I make multiple selections
within this list box, I only want the abbreviations to be
inserted into the underlying table's field so that they
appear like:
AG, HM, FS
When I set the list boxes' "Multi Select" property
to "None", the single abbreviation IS properly inserted
into the underlying table's field. However, when I change
the form's list boxes' "Multi Select" to "Simple", nothing
is inserted into the underlying table's field.
What is the simplest way to accomplish this action (if at
all)?
I will be very grateful for any help that anybody can give
me that might help me in this matter!
--Stephen