D
dfeigen115
I need to create a sequential record identifier that is made of a fixed text
string and the sequential number, i.e. Book-nnnn, where "book-" is always the
same and nnnn is a sequential record number, similar to what an Autonumber
field would do.
Ideally, the auto number source and the resulting field value (book-nnnn)
would be in the same table as there are other data elements related to the
row.
string and the sequential number, i.e. Book-nnnn, where "book-" is always the
same and nnnn is a sequential record number, similar to what an Autonumber
field would do.
Ideally, the auto number source and the resulting field value (book-nnnn)
would be in the same table as there are other data elements related to the
row.