Hi there,
I've been trying to copy the contents of a listbox containing a value list from one list to another. There seem to be techniques on the internet for moving data between lists using recordsets but I don't see how to apply that when using a value list instead of a table/query as a recordsource.
I can copy data between the lists, but only one item at a time, and only the item I last selected in the source list. I could use the code I already have to do the job, if I knew how to make the selected item in the source list change/move down the list with each iteration of the copy process. Is there a way to do that?
Cheers!
I've been trying to copy the contents of a listbox containing a value list from one list to another. There seem to be techniques on the internet for moving data between lists using recordsets but I don't see how to apply that when using a value list instead of a table/query as a recordsource.
I can copy data between the lists, but only one item at a time, and only the item I last selected in the source list. I could use the code I already have to do the job, if I knew how to make the selected item in the source list change/move down the list with each iteration of the copy process. Is there a way to do that?
Cheers!