I have been searching for a solution to this autonumber problem that I am having. There seems to be no definite answer anywhere.
I have a form which has a text field.
I want this form to display the next number from a field in a table.
Example: the table contains 3 records with the values D001, D002, D003
The form is used to enter new records (new data). So next time I enter data I want D004 to automatically show up on the text field for data code in the form.
How can this be done?
That is 1 way to do this is create a function to handle the autonumber problem u had
like this you can just call the function anytime and insert the auto number you need for the record
You can use the BeforeInsert event of the form: