Transferring Items Between Lists

I want to transfer information selected using a list viewer from list 1 to a separate list (list 2). I want to still be able to add new information to list 1, and for that new information to have the capability of being added to list 2. I have it set up now so a notifier pops up asking you if you would like to move the information from the list or delete the information. Right now, it will only move the number 1 over instead of the information associated with the list item that was picked. The same notifier, only inversed, is set up for list 2, and when I select the 1 from the list viewer and select move or delete, it says I cannot remove it from an empty list.

This might help:

Also see:

Learn about using lists:

General Tutorials

This helps with putting an item to list 2, but I also want to be able to retransfer items from list 2 to list 1. Would I just mirror the code from the first part, because I tried that and it doesn’t seem to work.

Try this sample …

Thank you for the help, but the solution was much simpler than I was imaging.

1 Like

what is the solution ?

perhaps the example ABG posted? Did you look at and try his example?