Sorry I forgot to tell you all that there are 3 different targets possible.

I use the main one with the info given by users to the system. Then the info is checked by a user and then it goes into the long term system.

Problem is that this system works per department. There are 3 deparments in the system and so I display 3 controls wich can hold the data. Then you have the fourth, with the info given by the user. Each control consists out of 12 checkboxes and one textbox.

Userinfo is only submitted to one of the 3 deparments. I never know wich one and the textbox input is not supposed to be copied.

Using the answer that was shown above I can only do this to one of these 3 departments. That's why I want to redefine the drag & drop method. This way there will be no problem if the number of departements changes.

Still need the help.