G
Guest
I am trying to setup a Dumpster Pickup program. The dumpsters are set to be
picked up on various days of the week. However, when a house is finished or
a new one is being built, the list will change. The user wants to change the
order of the route for that day (also to be able to incorporate temp pickups).
What I am trying to figure out is an easy way for them to reorder them so
that their route will print in the proper order to save time and fuel.
I start out with 120 pickups on a given day and usually have changes every
month as well as temp pickups. I want to have a form that pulls up the
addresses and the current order with a way for them to change the order. I
thought about the MS way of highlighting an address and then doing the up and
down arrows to move it but with 120 items or more, but that seems like a
tedious way to do it. My thought was to have them change the number and then
on after update, do a re-sequence (or maybe on a cmd button). However I
don't know if that can be done and I have not figured out the VBA code that
even comes close.
Any and all ideas are welcome.
TIA
Vanya
picked up on various days of the week. However, when a house is finished or
a new one is being built, the list will change. The user wants to change the
order of the route for that day (also to be able to incorporate temp pickups).
What I am trying to figure out is an easy way for them to reorder them so
that their route will print in the proper order to save time and fuel.
I start out with 120 pickups on a given day and usually have changes every
month as well as temp pickups. I want to have a form that pulls up the
addresses and the current order with a way for them to change the order. I
thought about the MS way of highlighting an address and then doing the up and
down arrows to move it but with 120 items or more, but that seems like a
tedious way to do it. My thought was to have them change the number and then
on after update, do a re-sequence (or maybe on a cmd button). However I
don't know if that can be done and I have not figured out the VBA code that
even comes close.
Any and all ideas are welcome.
TIA
Vanya