spacerocket
New member
- Local time
- Today, 03:24
- Joined
- Mar 1, 2011
- Messages
- 4
Ok, I have read a lot of post and tried a lot of different things, but can not get it to work the way I want. Here is a description of what I have and what I need. First of all, I have a listbox that show 5 columns of data updated from a query with cascading combo boxes. (note the combo box only show 5 rows of data, but each row has 15 columns of data).
I have another listbox that I want to essentially create a list in. So I want to be able to use my cascading combo boxes to filter the data in my firstlist1 box, then be able to double click on a line in listbox and have it copy it to listbox2, although I want it to show different data in listbox2 then the original listbox1.
So for example if I click on a row in listbox1 that show data from columns 1,3,5,7,8 in my query, Then I want it to show up in listbox2 showing columns 1,2,6,8,10. (note: I do not want the row to be removed from listbox1). Also, I am not sure if I have the properties set correctly in my listboxes. Listbox1 is unbound, row source is data/query, and mutli select is simple. Listboxs is unbound, row source set to value list and mutli select is simple.
I would also like to be able to double click on a line in listbox2 and it gets deleted and have a button that deletes all data in listbox2 (essential clearing it to create a new list).
Thank you in advance
I have another listbox that I want to essentially create a list in. So I want to be able to use my cascading combo boxes to filter the data in my firstlist1 box, then be able to double click on a line in listbox and have it copy it to listbox2, although I want it to show different data in listbox2 then the original listbox1.
So for example if I click on a row in listbox1 that show data from columns 1,3,5,7,8 in my query, Then I want it to show up in listbox2 showing columns 1,2,6,8,10. (note: I do not want the row to be removed from listbox1). Also, I am not sure if I have the properties set correctly in my listboxes. Listbox1 is unbound, row source is data/query, and mutli select is simple. Listboxs is unbound, row source set to value list and mutli select is simple.
I would also like to be able to double click on a line in listbox2 and it gets deleted and have a button that deletes all data in listbox2 (essential clearing it to create a new list).
Thank you in advance