NewfieGolfer
Technical User
I have a list box in which a user selects a record and I need that record to be copied to a list box on the same page when a button is pressed. Then, that record has to be deleted from the first list box. And vice versa, the user can select a record in the second list box and move it back to the first by pressing another button.
I have a majority of the code written for this process, the only problem I'm having is trying to delete the selection from the first list after it is selected and the button is pressed. For some reason it deletes a record which is several lines below and not the selected record.
For each of the list box I have a table. The table for the first list box has records and the second table is blank (the copy table).
Suggestions appreciated,
NG