abenitez77
Registered User.
- Local time
- Today, 12:23
- Joined
- Apr 29, 2010
- Messages
- 141
I have list1 in form1 and a user will select multiple items from that list. There is a button on form1 that when clicked, it opens form2. I want to copy All the list items from list1 to list2 on form2 and I want to select all the items that are on list1 on list2. So that list2 has the items selected just like list1. How can i do this? I am able to copy the items from list1 to list2 but having a hard time selected the items from list1 onto list2.