T
TBernard
I have a from with two list boxes, the users can
select "highlight" records in the first list box and click
a button to add them to the 2nd list box. Everything is
working correctly, but I cannot get the highlighted
selecter to remove from the first list box.
So if the user selects one record and clicks "Add" to add
it to the 2nd list box, then decides they want to select
one more record, they must first unselect the highlighted
record (it automatically highlights the next record down
from the previous selected record once it is removed from
the first list box).
Here is the code I have tried, but has not worked:
lstMyListBox = Null
and
lstMyListBox = Empty
Neither seem to work, if anyone has any advice or any
ideas it would be greatly appreciated.
Thank you,
TBernard
select "highlight" records in the first list box and click
a button to add them to the 2nd list box. Everything is
working correctly, but I cannot get the highlighted
selecter to remove from the first list box.
So if the user selects one record and clicks "Add" to add
it to the 2nd list box, then decides they want to select
one more record, they must first unselect the highlighted
record (it automatically highlights the next record down
from the previous selected record once it is removed from
the first list box).
Here is the code I have tried, but has not worked:
lstMyListBox = Null
and
lstMyListBox = Empty
Neither seem to work, if anyone has any advice or any
ideas it would be greatly appreciated.
Thank you,
TBernard