I have two multi-list in a form. List1 is a unbound multi-list with 3 columns with Simple Multi-Selceted property: It look like this:
Column1(ID) Column2(Name) Column3(Price)
1 Item1 $5
2 Item2 $6
3 Item3 $7
4 Item4 $8
I like to choose Item1 and Item4 from the List1, click on a command button (cmd_PostToList2), The original empty bounded List2 will be populated with the 3 columns data of Item1 and Item4. How can I get htis done?
Column1(ID) Column2(Name) Column3(Price)
1 Item1 $5
2 Item2 $6
3 Item3 $7
4 Item4 $8
I like to choose Item1 and Item4 from the List1, click on a command button (cmd_PostToList2), The original empty bounded List2 will be populated with the 3 columns data of Item1 and Item4. How can I get htis done?