S
Skip Bisconer
I have a form that selects an Order number from a table and assign a letter
in the RouteID field and a Sequence number in a Sequence Field. The table is
my control source.
I have upwards to 500 orders to assign daily to many different delivery
routes. I have the printed orders on hand sorted by route so all I need to do
is call the order number and give it the appropriate Route letter and
Delivery Sequence number. As I may have up to 40 orders per route
I can't seem to figure a way to keep the route letter in the field until I
change it to another route. When I update all the data from teh previous
input goes to the value of the new record because that record is still null
in the table until I assign something to it.
It would cut down a lot of keywork to have it stay. It would also be helpful
if I could have the Sequence field advance by 1 from the last number entered.
Basically I would like to get it down the just keying in the order number,
update, new order number, etc. Then only change the fields when I start
entering a new route. Thanks for any suggestions you may have for me.
in the RouteID field and a Sequence number in a Sequence Field. The table is
my control source.
I have upwards to 500 orders to assign daily to many different delivery
routes. I have the printed orders on hand sorted by route so all I need to do
is call the order number and give it the appropriate Route letter and
Delivery Sequence number. As I may have up to 40 orders per route
I can't seem to figure a way to keep the route letter in the field until I
change it to another route. When I update all the data from teh previous
input goes to the value of the new record because that record is still null
in the table until I assign something to it.
It would cut down a lot of keywork to have it stay. It would also be helpful
if I could have the Sequence field advance by 1 from the last number entered.
Basically I would like to get it down the just keying in the order number,
update, new order number, etc. Then only change the fields when I start
entering a new route. Thanks for any suggestions you may have for me.