OK.
I have a students table and a courses table and trying to create many to
many relationship using junction [thanks for correction] table. I have
used
CourseID and StudentId as PK in respective tables and trying to create
composite key using these two fields as foreign keys in Enrollments table
(the junction table). I just am having difficulty selecting two fields
simultaneously which thus prevents me from creating the composite key in
the
junction table.
Ken Snell MVP said:
Tell us the details about your parent tables and the junction table, and
what the "key" fields would be for the junction (not join) table.
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/