G
Guest
Sorry if this is a repeat, but I could not find the answer in the archived
posts.
I have two tables that have a one-to-many relationship with one another.
The linked field is "ID," a primary key and autonumber for "tblExam," and a
primary key and long integer in "tblExamData." "tblExamData" was created to
hold several years of exam data (% of students answering correctly, etc...)
for each exam question in "tblExam."
With this relationship as it stands now, I cannot enforce referential
integrity. When I try, I get an error message saying that "tblExam" violates
referential integrity rules. Secondly, "tblExam," which contains exam
questions and other data, is constantly changing and growing. When a
question is added or deleted from "tblExam," how do I make sure this change
is updated on "tblExamData?"
Many thanks in advance for your help. More information is available upon
request.
Best,
Joe
posts.
I have two tables that have a one-to-many relationship with one another.
The linked field is "ID," a primary key and autonumber for "tblExam," and a
primary key and long integer in "tblExamData." "tblExamData" was created to
hold several years of exam data (% of students answering correctly, etc...)
for each exam question in "tblExam."
With this relationship as it stands now, I cannot enforce referential
integrity. When I try, I get an error message saying that "tblExam" violates
referential integrity rules. Secondly, "tblExam," which contains exam
questions and other data, is constantly changing and growing. When a
question is added or deleted from "tblExam," how do I make sure this change
is updated on "tblExamData?"
Many thanks in advance for your help. More information is available upon
request.
Best,
Joe