J
Joanne
I have 2 tables, tblCourses and tblHoles
CourseID is primary key in tblCourses
HoleID is primary key in tblHoles
I need to put CourseID into tblHoles as a foreign key.
I know to use the relationships to relate Courseid from TblCourses to
CourseID as foreign key in tblHoles.
What I don't know is what data type does the foreign key need to be?
Thanks a bunch
Joanne
CourseID is primary key in tblCourses
HoleID is primary key in tblHoles
I need to put CourseID into tblHoles as a foreign key.
I know to use the relationships to relate Courseid from TblCourses to
CourseID as foreign key in tblHoles.
What I don't know is what data type does the foreign key need to be?
Thanks a bunch
Joanne