Is there a way to use a Listbox on a form to allow the user to select multiple items from the Listbox and store all of those items in a table as well as on the Form itself?
If I write code against the Listbox, to write each selection by the user to a textbox, what options would I have to allow the user to remove any previously selected items from the textbox?
I dont want to use a subform unless it is considered to be the only possible way to accomplish this.
If I write code against the Listbox, to write each selection by the user to a textbox, what options would I have to allow the user to remove any previously selected items from the textbox?
I dont want to use a subform unless it is considered to be the only possible way to accomplish this.