E
efandango
I want to create a form that allows a user to re-order the field listing
manually based on an order number selected by the user via a button(s)
associated with each field, that the user would press to either send the
field UP or DOWN the order. (the same way as the TAB REORDER function in
access works) If the user pressed the down button 3 time, then the field
record would move down 3 places in the overall order, and if he pressed the
UP button x times, it would go up the order x times.
How would be the best way to approach this problem?
an example, list of fruits:
Field 1: Apples Order 1
Field2: Pears Order 2
Field 3: Oranges Order 3
Field 4: Lemons Order 4
Would become,
Field2: Pears Order 1
Field 1: Apples Order 2
Field 4: Lemons Order 3
Field 3: Oranges Order 4
manually based on an order number selected by the user via a button(s)
associated with each field, that the user would press to either send the
field UP or DOWN the order. (the same way as the TAB REORDER function in
access works) If the user pressed the down button 3 time, then the field
record would move down 3 places in the overall order, and if he pressed the
UP button x times, it would go up the order x times.
How would be the best way to approach this problem?
an example, list of fruits:
Field 1: Apples Order 1
Field2: Pears Order 2
Field 3: Oranges Order 3
Field 4: Lemons Order 4
Would become,
Field2: Pears Order 1
Field 1: Apples Order 2
Field 4: Lemons Order 3
Field 3: Oranges Order 4