Joshua61679
Technical User
So I have a text box "Sample" on a form "TEST Dent" that is bound to a table "TEST Dent". I'd like for the default value of this box to be the previous record + 1. I do have the field in the table set to Number, if that makes a difference.
However, I need it editable, and occasionally that value will be manually changed to the same value as the previous record, so autonumbering is out. Also, the numbering will often start over, so finding the highest value and adding 1 is also out.
I've done some searching and haven't been able to find a solution. Is this even possible? Thanks in advance for any help!
However, I need it editable, and occasionally that value will be manually changed to the same value as the previous record, so autonumbering is out. Also, the numbering will often start over, so finding the highest value and adding 1 is also out.
I've done some searching and haven't been able to find a solution. Is this even possible? Thanks in advance for any help!