C
Chester1
I am trying to concatenate 2 primary keys on one table
I have 2 tables one called
Courses - Course information only the fileds are
DeptCode - Primary Key
CourseNo -Primary Key
Title
Credits
Activity
Section - Section Information only
DeptCode - Primary Key
CourseNo -Primary Key
Section
Session
CatalogueNo
Term
DeptCode could be COMM but there could be many CourseNo belonging to this
dept ie 290, 291, 292.
So what I am trying to do is when I create the relationship with
refferencial integgrity it will check both the DeptCode and CourseNo as a
joint primary key.
Sorry if this is a bit vague but hope you can help.
Regards Clair
I have 2 tables one called
Courses - Course information only the fileds are
DeptCode - Primary Key
CourseNo -Primary Key
Title
Credits
Activity
Section - Section Information only
DeptCode - Primary Key
CourseNo -Primary Key
Section
Session
CatalogueNo
Term
DeptCode could be COMM but there could be many CourseNo belonging to this
dept ie 290, 291, 292.
So what I am trying to do is when I create the relationship with
refferencial integgrity it will check both the DeptCode and CourseNo as a
joint primary key.
Sorry if this is a bit vague but hope you can help.
Regards Clair