We have a table called Custody Log that has Lab ID #s for every sample rec'd by our lab.
I want to set up a form for adding new samples to the table.
The Lab ID for a new sample is 1 greater than the last entered sample.
Last record in the table is 708005
How can I make the LabID field in the form automatically show 708006.
What I would like to have the form show is
Previous Lab ID: 708005
New Lab ID: 708006 and have the value 708006 be stored in the new record.
I want to set up a form for adding new samples to the table.
The Lab ID for a new sample is 1 greater than the last entered sample.
Last record in the table is 708005
How can I make the LabID field in the form automatically show 708006.
What I would like to have the form show is
Previous Lab ID: 708005
New Lab ID: 708006 and have the value 708006 be stored in the new record.