SparkieDEV
New member
- Local time
- Today, 21:04
- Joined
- Oct 13, 2020
- Messages
- 26
I am looking for a solution to an idea I have.
I have a form and on it has a combo box. That combo box has a list of items related to that form's record. I want to have the ability to select an item on that combo box list and it adds itself to the Listbox on the same form. This should also allow me to add multiple items to the Listbox. I also want additional controls on the Listbox where I can remove selected items from that list at a later date for example.
Background:
I am continuing to build an asset management database. This form is used for creating new incidents on an asset. When creating the new form, I want to select up to multiple "childasset items" to the Listbox.
I have a form and on it has a combo box. That combo box has a list of items related to that form's record. I want to have the ability to select an item on that combo box list and it adds itself to the Listbox on the same form. This should also allow me to add multiple items to the Listbox. I also want additional controls on the Listbox where I can remove selected items from that list at a later date for example.
Background:
I am continuing to build an asset management database. This form is used for creating new incidents on an asset. When creating the new form, I want to select up to multiple "childasset items" to the Listbox.