Hi Everyone,
Am trying to find an easy way of creating a sequential alphanumeric ID through a form consisting of the first 3 letters of a surname and a three digit number.
eg abc123, flw124, swe125, xxx126, yyy...
I know it seems a bit of a daft way style of ID, but it is for teaching purposes, and the data for the database is given to the students with this style of ID field already populated.
I can split it up and convert the "numbers" to integers using CInt, but am looking for a way of generating a new alphanumeric from a form during data entry. Am thinking something to do with DMax?
Can anyone help
Many thanks in advance
Bob
Am trying to find an easy way of creating a sequential alphanumeric ID through a form consisting of the first 3 letters of a surname and a three digit number.
eg abc123, flw124, swe125, xxx126, yyy...
I know it seems a bit of a daft way style of ID, but it is for teaching purposes, and the data for the database is given to the students with this style of ID field already populated.
I can split it up and convert the "numbers" to integers using CInt, but am looking for a way of generating a new alphanumeric from a form during data entry. Am thinking something to do with DMax?
Can anyone help
Many thanks in advance
Bob