G
Guest
I am creating a training database. I have used the individuals social
security number as the primary key. I have many tables based on what type of
training they attended. Also, I have a table containing strictly personnel
data, I used their social security number as the primary key as well. The
issue is that when I enter a social security number in the Form that begins
with "0", the "0" gets truncated/cut off. How do I change the properties to
prevent this from occuring?
Also, is using the social security number the best field for a primary key
for each table? I have about 100 individuals and all of them have a social
security number. I want to be able to link all the traing tables and the
personnel data tables together in order to query and run reports.
Thanks for any assistance you can provide.
Regards,
Rick
security number as the primary key. I have many tables based on what type of
training they attended. Also, I have a table containing strictly personnel
data, I used their social security number as the primary key as well. The
issue is that when I enter a social security number in the Form that begins
with "0", the "0" gets truncated/cut off. How do I change the properties to
prevent this from occuring?
Also, is using the social security number the best field for a primary key
for each table? I have about 100 individuals and all of them have a social
security number. I want to be able to link all the traing tables and the
personnel data tables together in order to query and run reports.
Thanks for any assistance you can provide.
Regards,
Rick