taniadimitri
Registered User.
- Local time
- Today, 08:21
- Joined
- Mar 13, 2007
- Messages
- 17
What is an easy way of saving all the items selected in a multi-select
list box, especially so that I can revisit that form to see what I had selected earlier. I have been searching for code in google and got no luck. I would appreciate it if anyone can provide me the VBA code.
When I create the listbox should I make it as unbound field? Main form is based on one table. I want the selected values of a list box to get stored in this table and be able to retrieve back.
Thanks.
list box, especially so that I can revisit that form to see what I had selected earlier. I have been searching for code in google and got no luck. I would appreciate it if anyone can provide me the VBA code.
When I create the listbox should I make it as unbound field? Main form is based on one table. I want the selected values of a list box to get stored in this table and be able to retrieve back.
Thanks.
Last edited: