I've searched through countless threads about populating a text field with selections from a multiselect listbox. And now that I understand that I can't do it with a combobox, how does one go about doing it with elegance?
It appears to me that the only way to accomplish it is to display the textbox that contains the result along with the listbox that contains the selections. But users find the duplicated info a bit confusing. They are complaining about not being able to type info into the textbox (aurgh!).
Furthermore, the form I refer to is employment application data. As you well know, this encompasses a lot of information. Which was originally broken up into logical sections that the user decided they wanted all on the same screen. And what the user wants the user gets. So, I have a form that is very crowded.
Having explained all that, the only "elegant" solution I can think of is to put the listbox in a popup. called be a button next to the result field.
Does anyone have a better idea? Is my deductive reasoning that Access doesn't provide a means of multiselecting a combobox correct? (logically I don't think it could even work) Or is there an altogether better way to approach it?
Any suggestions would be greatly appreciated.
Dan
P.S. I know that concatenating numerous data into one field is against the rules of normalization. However, as with many other real-life situations, sometimes the rules have to be bent.
It appears to me that the only way to accomplish it is to display the textbox that contains the result along with the listbox that contains the selections. But users find the duplicated info a bit confusing. They are complaining about not being able to type info into the textbox (aurgh!).
Furthermore, the form I refer to is employment application data. As you well know, this encompasses a lot of information. Which was originally broken up into logical sections that the user decided they wanted all on the same screen. And what the user wants the user gets. So, I have a form that is very crowded.
Having explained all that, the only "elegant" solution I can think of is to put the listbox in a popup. called be a button next to the result field.
Does anyone have a better idea? Is my deductive reasoning that Access doesn't provide a means of multiselecting a combobox correct? (logically I don't think it could even work) Or is there an altogether better way to approach it?
Any suggestions would be greatly appreciated.
Dan
P.S. I know that concatenating numerous data into one field is against the rules of normalization. However, as with many other real-life situations, sometimes the rules have to be bent.