R
rap43
Access 2002 two tables, first table has student names, grades and image
number. The second table has Student names, grades and Student ID numbers.
Both tables have some of the some same names in each table and some that are
not. Each table has student with the duplicate exact name that are in
different grades or classes. I have the Student ID set as the primary key in
the Student ID table and the Image has the primary key in the image table. I
have a relationship between names in each table. I need to combine the
Student with IDs with the Students that have images.
Three queries, two that includes all fields of the both tables. Then a
combine query that has the Image fields from the image query and the Student
ID from the Student ID query.
The problem is that the same exact names will get the same Student ID went I
run the combine query. Even though they have different Student ID numbers in
the Student ID table is there a criteria I can set to avoid the problem?
number. The second table has Student names, grades and Student ID numbers.
Both tables have some of the some same names in each table and some that are
not. Each table has student with the duplicate exact name that are in
different grades or classes. I have the Student ID set as the primary key in
the Student ID table and the Image has the primary key in the image table. I
have a relationship between names in each table. I need to combine the
Student with IDs with the Students that have images.
Three queries, two that includes all fields of the both tables. Then a
combine query that has the Image fields from the image query and the Student
ID from the Student ID query.
The problem is that the same exact names will get the same Student ID went I
run the combine query. Even though they have different Student ID numbers in
the Student ID table is there a criteria I can set to avoid the problem?