dbq_generationx
New member
- Local time
- Today, 11:06
- Joined
- May 15, 2006
- Messages
- 2
I'm looking for a solution to perform moving of one/all data between two boxes on the click of one of these: ">", ">>", "<", "<<". The user can add/delete one/all of data from one box to another box? I'm not sure what's the key words to search for. Example: box A (combo or list box?) have values 1 to 10, user select "1" and click ">", only the value "1" is displayed in box B, if user clicks ">>", then ALL values in Box A is displayed in Box B, and values can be moved back to Box A by clicking the "<", "<<" command buttons.