jsolutions
Programmer
I am using Access 2003. I have a listbox popluated with values. I need the user to be able to re-order the list on the fly. So, I would like to have to buttons. I've tried several things but continue to run into obstacles.
The end result, is that I want the user to be able to click on an item and click either a button labeled Move up to move the item up one position or a button labeled Move Down to move the item down one position. Obviously, I will need to put in bounds checks, but I think I can handle that if someone can just point me in the right direction on moving the item.
Many thanks
The end result, is that I want the user to be able to click on an item and click either a button labeled Move up to move the item up one position or a button labeled Move Down to move the item down one position. Obviously, I will need to put in bounds checks, but I think I can handle that if someone can just point me in the right direction on moving the item.
Many thanks