Dear All,
I would like to customize my autonumber so that it is preceded by three letters. For example instead of having it run as follows
ID
1
2
3
it would be something like this:
ID
KLA1
KLA2
KLA3
This field will then be used as my primary key. The reason i am doing this is because i have data from 3 different databases being appended into a central database. This unique field will then ensure that every record from each of the databases is appended into the central database.
Thanks
I would like to customize my autonumber so that it is preceded by three letters. For example instead of having it run as follows
ID
1
2
3
it would be something like this:
ID
KLA1
KLA2
KLA3
This field will then be used as my primary key. The reason i am doing this is because i have data from 3 different databases being appended into a central database. This unique field will then ensure that every record from each of the databases is appended into the central database.
Thanks