I have a form that is linked to our CONTACT table on a SQL server. The ID field is Short Text, though it follows a numeric convention
0000001
0000002
0000003
I am trying to create a default value for new entries which is the next in sequence "0000004", Is this possible?
0000001
0000002
0000003
I am trying to create a default value for new entries which is the next in sequence "0000004", Is this possible?