Hey guys!
Is it possible for the primary key of one table to act as the foreign key in another table for more than one columns?
What I'm trying to do is create a table for a Committee which will have 1 student and 5 professors! So Can I import the faculty ID for each of the 5 faculty members?
When I try creating the second relationship, access automatically creates a new Faculty table for the relationship! I have attached an image for you guys to see!
Thanks a lot!