I have several fields in a table that contain mostly sequential numbers. Auto number doesn't work for these fields, as the table contains imported data, and the numbers don't start at one, and there are a few gaps and repeats. Also, I need some flexibility in assigning the numbers.
When I'm entering new data in a form, I would like the default value for these fields to be the previous number plus one, so that I can either accept that number or type in a new one. Is there any way to do this?
Thanks!
When I'm entering new data in a form, I would like the default value for these fields to be the previous number plus one, so that I can either accept that number or type in a new one. Is there any way to do this?
Thanks!