Hello!
I have what I think should be a fairly simple issue, but I can't seem to figure out the easiest way to make it work.
I have a database that has 2 fields, one for "Shipment" and one for "ItemNumber". I want to auto-populate the ItemNumber field starting at 1 and going sequentially until there is a change in Shipment, then reset to 1. The shipment number will be input into a form by the user along with the other data.
I think a query is the correct solution to this, but I'm up for other options if there is a better way.
I have what I think should be a fairly simple issue, but I can't seem to figure out the easiest way to make it work.
I have a database that has 2 fields, one for "Shipment" and one for "ItemNumber". I want to auto-populate the ItemNumber field starting at 1 and going sequentially until there is a change in Shipment, then reset to 1. The shipment number will be input into a form by the user along with the other data.
I think a query is the correct solution to this, but I'm up for other options if there is a better way.