Hi there,
I’ve got a table in which subjectid, as the primary key, is an autonumber starting with 10001 (ending with 10100). I want to create another table with at least three different addresses for each subject. Is it possible to generate autonumber based on the way of setting up subjectid? Say, I’d like to have addressid to be
100011
100012
100013
100021
100022
100023
...
101001
101002
101003
Thank you very much!