I want to build a form using two listboxes. The list box on the left would contain all of the records from a query of a lookup table, but without the records either previously selected or moved from the left list box to the right. The intent here is to use the left listbox as the master list and the right list box as the selcected records. Two buttons would be used to 'move' records from one list box to another.
|------------| |------------|
| abc | => | pqr |
| def | | stu |
| ghi | | vwx |
| jkl | <= | |
| mno | | |
|------------| |------------|
I have looked for examples of this type of a form using dual list boxes without success. How do I code this?
|------------| |------------|
| abc | => | pqr |
| def | | stu |
| ghi | | vwx |
| jkl | <= | |
| mno | | |
|------------| |------------|
I have looked for examples of this type of a form using dual list boxes without success. How do I code this?