Skip Bisconer
Who Me?
- Local time
- Today, 14:24
- Joined
- Jan 22, 2008
- Messages
- 285
My form is based on a table.
The form updates table fields by user as they assign a Route ID and a Delivery Sequence to each order selected.
I have one text box that updates a route field with a letter A through F, and one text box that is currently manually entering in a sequence number for each order number selected or entered by the user. The record (Order Number) is selected through a combo box with the row source from the table field Order Number.
This works well, but what I would like to see happen is the Delivery Sequence number to automatically advance 1 number from its last number for every change in the combo box, to eliminate the manual entry, then reset back to 1 when the Route ID letter is changed then begin the process again.
Can someone give me an idea of how to accomplish this?
The form updates table fields by user as they assign a Route ID and a Delivery Sequence to each order selected.
I have one text box that updates a route field with a letter A through F, and one text box that is currently manually entering in a sequence number for each order number selected or entered by the user. The record (Order Number) is selected through a combo box with the row source from the table field Order Number.
This works well, but what I would like to see happen is the Delivery Sequence number to automatically advance 1 number from its last number for every change in the combo box, to eliminate the manual entry, then reset back to 1 when the Route ID letter is changed then begin the process again.
Can someone give me an idea of how to accomplish this?