G
Guest
I have a database I need to create a sytem generated unique id for each
record. This ID can not be an AutoNumber because I will be using it to link
data in other tables. I would like the ID to auto populate when a user
creates a new record on the form (the form has subforms for the other two
related tables). The user first has to enter a ssn (or leave it blank if none
is available) and then tab to the Record ID. The ID should be 8 characters
long with no punctuation marks.
I have tried to use some of the VB code in other posts but was unable to
make it work. I am not a coder but usually can adapt the code if I have a
clear understanding what it is doing.
Any help ould be greatly appreciated.
record. This ID can not be an AutoNumber because I will be using it to link
data in other tables. I would like the ID to auto populate when a user
creates a new record on the form (the form has subforms for the other two
related tables). The user first has to enter a ssn (or leave it blank if none
is available) and then tab to the Record ID. The ID should be 8 characters
long with no punctuation marks.
I have tried to use some of the VB code in other posts but was unable to
make it work. I am not a coder but usually can adapt the code if I have a
clear understanding what it is doing.
Any help ould be greatly appreciated.