Double Click to Select

Barbara Sherman

New member
Local time
Today, 11:09
Joined
Jan 27, 2003
Messages
7
I am wanting to double click an option(s) in a list box and have the selected option(s) show in another list box. The purpose is to select particular options present on a boat. The list box selecting from will show all available options and the other list box will show only the option(s) selected (or double clicked).

If we talked about this in class, I do not remember it. Any help will be appreciated.

Thanks.
 
Probably what you need to do is in the table that stores the options have one field that is Yes/No.

Then have your 2nd listbox filter out only those who have 'Yes' selected.

When the user double-clicks the option it should run a function that first sets that option to 'Yes' then requeries the 2nd listbox.
 

Users who are viewing this thread

Back
Top Bottom