Hi everybody,
I have two listbox in my form, the name of listbox is “ListBox1” and another is “ListBox2”. The ListBox1 Row Source Type is (Table/Query) where users will see all the employee Badge number and name. The column count is (2) and multi select is (Simple)
Now I have another ListBox which name is (ListBox2) in the same form. I also have selected the Column Count 2 and multi select is (Simple). Now my aim to create two button called (Select Employee) and (Remove Employee)
I want code behind the two buttons which move selected items form the ListBox1 to ListBox2, and similar code to remove selected items from the ListBox2.
Appreciated your help
I have two listbox in my form, the name of listbox is “ListBox1” and another is “ListBox2”. The ListBox1 Row Source Type is (Table/Query) where users will see all the employee Badge number and name. The column count is (2) and multi select is (Simple)
Now I have another ListBox which name is (ListBox2) in the same form. I also have selected the Column Count 2 and multi select is (Simple). Now my aim to create two button called (Select Employee) and (Remove Employee)
I want code behind the two buttons which move selected items form the ListBox1 to ListBox2, and similar code to remove selected items from the ListBox2.
Appreciated your help
Comment