S
simon
Can anyone help me please?
I am building a Database but am unsure about relationships here.....
my Database (This Database is for staff training).
I have a table for EVENTS. with a 1-to-many relationship with the
COURSE table. (i.e. i wish to be able to assign multiple COURSES to
each EVENT)
I also has a PERSON table. I wish to be able to add multiple PERSON
records to each COURSE but i am unsure as to where i have the
relationship because if i have a 1-to-many COURSE-to-PERSON it means
each PERSON record is permanantly linked to that course (presuming i
have a COURSEID long-integer field within PERSON table) and i need to
be able to allocate the same person to more than one COURSE record.
Can anyone help me please? i am getting really confused
Many many thanks
I am building a Database but am unsure about relationships here.....
my Database (This Database is for staff training).
I have a table for EVENTS. with a 1-to-many relationship with the
COURSE table. (i.e. i wish to be able to assign multiple COURSES to
each EVENT)
I also has a PERSON table. I wish to be able to add multiple PERSON
records to each COURSE but i am unsure as to where i have the
relationship because if i have a 1-to-many COURSE-to-PERSON it means
each PERSON record is permanantly linked to that course (presuming i
have a COURSEID long-integer field within PERSON table) and i need to
be able to allocate the same person to more than one COURSE record.
Can anyone help me please? i am getting really confused
Many many thanks