D
duwardb
I wil try to make this a brief as possible. I am working on a database to
keep track of student information in an alternative school. To do this I
have designed three tables that keep track of different information. The
three tables are 1)General Student Information, 2)Student Courses and Grades,
3)Student State Testing Information. All three tables have a Student ID
Number, Student Last Name, and Student First Name Field that needs to be the
same. The Student ID Number field must be unique and is related in all three
tables. What I need to accomplish is an update(append?) of the Student
Courses and Grades and the Student State Testing Information when I add new
records to the Student Information Table. I have tried to use two different
append queries to update each of the tables, which works the first time I
enter students into the database(when no records exist), but when I try to
enter new records and run the queries it gives me an error and does not add
the new records to the other two tables. Could someone help me out here?
keep track of student information in an alternative school. To do this I
have designed three tables that keep track of different information. The
three tables are 1)General Student Information, 2)Student Courses and Grades,
3)Student State Testing Information. All three tables have a Student ID
Number, Student Last Name, and Student First Name Field that needs to be the
same. The Student ID Number field must be unique and is related in all three
tables. What I need to accomplish is an update(append?) of the Student
Courses and Grades and the Student State Testing Information when I add new
records to the Student Information Table. I have tried to use two different
append queries to update each of the tables, which works the first time I
enter students into the database(when no records exist), but when I try to
enter new records and run the queries it gives me an error and does not add
the new records to the other two tables. Could someone help me out here?