J
Jason
I want to stop using a student SS# as the identifier. Instead, I would like
to start using autonumber. I have a database with maybe 300 to 400 records.
I tried making a new field of autonumber and it gave each student their own
autonumber. However, how would I transfer these numbers into other related
tables? For example, the main table contains basic student information. A
related table contains testing results based on a date, with the date and SS#
set as the primary key. The student table only has the SS# as the primary
key. How might I transfer the new autonumber to this related testing table
so I can edventually delete the SS#’s?
to start using autonumber. I have a database with maybe 300 to 400 records.
I tried making a new field of autonumber and it gave each student their own
autonumber. However, how would I transfer these numbers into other related
tables? For example, the main table contains basic student information. A
related table contains testing results based on a date, with the date and SS#
set as the primary key. The student table only has the SS# as the primary
key. How might I transfer the new autonumber to this related testing table
so I can edventually delete the SS#’s?