I have 3 tables - the 1st contains a classid and class description, the 2nd contains a teacherid and a teacher name, the 3rd contains a studentid and the classid(s) of the classes they attend and the teacherid(s) of those classes.
When I print a report using the 3rd table, only the id fields print because that's what's stored in the table. What I want is the class description that matches the classid and the teacher name that matches the teacherid to print. How do I get Access to "read" the first 2 tables using the id fields from the 3rd table and return the correct description and name to print on the report?
I'm new to Access so I don't know the syntax to get Access to read a file(table) based on keys and return a different field from the table.
I also need to use the studentid from the 3rd table to read a 4th table and retrieve the student name that matches the studentid to print on the report.
Thanks in advance,
Rod
When I print a report using the 3rd table, only the id fields print because that's what's stored in the table. What I want is the class description that matches the classid and the teacher name that matches the teacherid to print. How do I get Access to "read" the first 2 tables using the id fields from the 3rd table and return the correct description and name to print on the report?
I'm new to Access so I don't know the syntax to get Access to read a file(table) based on keys and return a different field from the table.
I also need to use the studentid from the 3rd table to read a 4th table and retrieve the student name that matches the studentid to print on the report.
Thanks in advance,
Rod