E
efandango
On a form, I want to move a record sequence order up or down one step at a
time, and refresh the overall new record list to display the new order using
just two buttons; Up and Down.
The idea is to be able to create a changeable street order list, allowing
for inserting addresses between an existing 'Run-Order' of addresses without
having to manually retype the whole list over again.
I need the process to be user friendly, hence the up-down buttons. I assumed
I would need some way of automatically generating the 'OrderSeq' number, but
don't know how this can be achieved without using an Autonumber field, but
the problem with that method is that I cannot then use that to re-order the
sequence. Can someone help me solve this problem.
The form has a combo box that allows me to choose/add a new address to the
list, this combo is linked to a master street list table.
My form table is:
Street_Name_Joins_ID Street OrderSeq
88 Main St 1
89 South St 2
90 East St 3
91 West St 4
92 Easy St 5
and for example, becomes...
Street_Name_Joins_ID Street OrderSeq
92 Easy St 1
88 Main St 2
89 South St 3
90 East St 4
91 West St 5
time, and refresh the overall new record list to display the new order using
just two buttons; Up and Down.
The idea is to be able to create a changeable street order list, allowing
for inserting addresses between an existing 'Run-Order' of addresses without
having to manually retype the whole list over again.
I need the process to be user friendly, hence the up-down buttons. I assumed
I would need some way of automatically generating the 'OrderSeq' number, but
don't know how this can be achieved without using an Autonumber field, but
the problem with that method is that I cannot then use that to re-order the
sequence. Can someone help me solve this problem.
The form has a combo box that allows me to choose/add a new address to the
list, this combo is linked to a master street list table.
My form table is:
Street_Name_Joins_ID Street OrderSeq
88 Main St 1
89 South St 2
90 East St 3
91 West St 4
92 Easy St 5
and for example, becomes...
Street_Name_Joins_ID Street OrderSeq
92 Easy St 1
88 Main St 2
89 South St 3
90 East St 4
91 West St 5