I am fairly new to ACCESS, so I would really appreciate any advice on this ACCESS issue I've been trying to solve in the last few days. Thanks.
The following is what I am trying to accomplish with the multi-select listbox on my form:
1. Users will make selections (>= 1 selection) from a multi-select listbox.
2. The values selected, along with other fields on the same form, will be poured into a database. So the listbox is mainly to facilitate data entry by different users and to make the form more organized and shorter(this way, I won't have lots and lots of Yes/No eheck boxes for each option in the listbox).
I am confused by what other treads said about using multi-select as parameters for a query. I know it makes what have been selected searchable. But what if I don't care about searching the values selected, all I want is for the values selected to fall into a field in a database along with other fields on the same form. I just want to populate a database with the multi-selected values.
Thanks in advance for any suggestion/input!
The following is what I am trying to accomplish with the multi-select listbox on my form:
1. Users will make selections (>= 1 selection) from a multi-select listbox.
2. The values selected, along with other fields on the same form, will be poured into a database. So the listbox is mainly to facilitate data entry by different users and to make the form more organized and shorter(this way, I won't have lots and lots of Yes/No eheck boxes for each option in the listbox).
I am confused by what other treads said about using multi-select as parameters for a query. I know it makes what have been selected searchable. But what if I don't care about searching the values selected, all I want is for the values selected to fall into a field in a database along with other fields on the same form. I just want to populate a database with the multi-selected values.
Thanks in advance for any suggestion/input!