I am designing a form that is interacting with some data in some tables.
I have a combo box, where a user selects what they want. Then the select another value from a combo box next to it. I want to add these two values to a listbox, one value in one column, and one value in another.
I have considered using a listview box, but when i type listview. in the vba program of access, there is no listitems option or add option.
Any suggestions?
I have a combo box, where a user selects what they want. Then the select another value from a combo box next to it. I want to add these two values to a listbox, one value in one column, and one value in another.
I have considered using a listview box, but when i type listview. in the vba program of access, there is no listitems option or add option.
Any suggestions?