A
Ann
I'm using Access 2003. I've created a database that has a form for entering
student registration information for a gymnastics class. I have a First Name
and Last Name field. The table also has a primary key of ID which has a data
type of AutoNumber. This table is linked to another table that keeps track of
each of the classes the student is taking (the linked field in the second
table is ID, which has a data type of Number). The person doing the data
entry wants a prompt that tells her if a student she is entering is already
in the database. Because the primary key is AutoNumber data type (which makes
each record unique, and therefore prevents identifying duplicate students),
I'm not sure how to respond to her request.
student registration information for a gymnastics class. I have a First Name
and Last Name field. The table also has a primary key of ID which has a data
type of AutoNumber. This table is linked to another table that keeps track of
each of the classes the student is taking (the linked field in the second
table is ID, which has a data type of Number). The person doing the data
entry wants a prompt that tells her if a student she is entering is already
in the database. Because the primary key is AutoNumber data type (which makes
each record unique, and therefore prevents identifying duplicate students),
I'm not sure how to respond to her request.