J
John
I have a list box with several columns.
Once an item in the listbox is selected, I would like to be able to
change the value of column 4.
Some detail about what I am trying to do.
My listbox is ordered ascending using Column 4 wich
contains sequential numbers. So for example, if I have 8 rows,
column 4 will contain the numbers 1 thru 8
I am trying to create a procedure behind a button called "Move Up"
so that I can select a row (let's say row 5) and move it so it becomes
row 4, and then row 4 would obviously become row 5.
I created cloumn 4 with sequential numbers primarily for this.
Any ideas are welcome.
Thank you
Once an item in the listbox is selected, I would like to be able to
change the value of column 4.
Some detail about what I am trying to do.
My listbox is ordered ascending using Column 4 wich
contains sequential numbers. So for example, if I have 8 rows,
column 4 will contain the numbers 1 thru 8
I am trying to create a procedure behind a button called "Move Up"
so that I can select a row (let's say row 5) and move it so it becomes
row 4, and then row 4 would obviously become row 5.
I created cloumn 4 with sequential numbers primarily for this.
Any ideas are welcome.
Thank you