TechnicalAnalysis
Programmer
I have a form that allows users to select more than one item from a list box.
The data values of the list box are linked to a table.
I'd like to know if I can display on the form for items selected by the user before Given that those information are stored in a table.
I don't want the user to select those items everytime he/she uses the form.
I know how to do something like this for a web application. Is it possible to do this in Access Form?
I've tried something like Forms![FormName]![List0].Selected (i)
Any suggestion?
The data values of the list box are linked to a table.
I'd like to know if I can display on the form for items selected by the user before Given that those information are stored in a table.
I don't want the user to select those items everytime he/she uses the form.
I know how to do something like this for a web application. Is it possible to do this in Access Form?
I've tried something like Forms![FormName]![List0].Selected (i)
Any suggestion?