Hello,
I have two tables that I am trying to link together.
One table is an instructor table called Instructors AY25 and the first column contains the instructor name and the other columns contain instructor information, including the catalog number for the course they are teaching.
Another table is a course table called Courses AY25. The first column is a catalog number and the other columns contain course information.
In the Instructor table, I have tried changing the catalog number to a linked field and linking it to the Course Table. This works and allows me to look up fields from the Course Table, but the new column that is created on the Course Table that should link back to the Instructor table is empty.
Here's the instructor table catalog number:
I have linked this to the course table:
But the column it creates on the Courses table looks like this and is empty:
I want the instructor names to pull into this column.