Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving items between two list boxes. What do you call this type of form?

What do you call a form with two list boxes and buttons to move the list box items from one to the other? I've always called it a "switch list".

Switch List http://img136.imageshack.us/img136/9123/formtypegh0.png

like image 571
Greg Avatar asked Jan 29 '09 18:01

Greg


People also ask

How does the form module work with listboxes?

The form module requires the user to include a new table and modify the list box rowsources. The code works with multi column listboxes, multiselect listboxes, and list boxes built on a value list or query. The code explains how to use the class. Any feedback would be greatly appreciated.

Does the listbox code work with multi column listboxes?

The code works with multi column listboxes, multiselect listboxes, and list boxes built on a value list or query. The code explains how to use the class. Any feedback would be greatly appreciated.

What is the use of tofromlist class?

'Class Module Name: ToFromList 'Developed by: MajP ' 'Purpose: This Class Module takes any two listboxes and four command buttons and allows the user to move items 'back and forth between the list boxes.


2 Answers

Mutually exclusive list

like image 162
Element Avatar answered Sep 23 '22 19:09

Element


Double List?

like image 43
Mark Renouf Avatar answered Sep 26 '22 19:09

Mark Renouf