I have two listboxes(source and destination). Both are bound to their own data tables. Im trying to set this up so that i can select multiple fields from the source and then click a button that then pushes them to the destination data table and removes them from the source data table.
This sounds easy to me but i cant seem to get it to function. Moving the fields over to the destination so far is not a problem but i can't seem to remove the fields from the source DT correctly. Can someone give me some insight?
This sounds easy to me but i cant seem to get it to function. Moving the fields over to the destination so far is not a problem but i can't seem to remove the fields from the source DT correctly. Can someone give me some insight?