How can i generate the next available record number to appear in the primary key field on a data entry form?
For example, i want to add (admit) a new student but the primary key "Admission Number" has both text and numbers (C001).
When i open the Admission form i wish it to look at the last admission number record, add 1 to it, then prepopulate the id field
For example, i want to add (admit) a new student but the primary key "Admission Number" has both text and numbers (C001).
When i open the Admission form i wish it to look at the last admission number record, add 1 to it, then prepopulate the id field
Comment