D
desperately seeking access
i am in the process of creating a database for a detention system. The
database must allow me to access and get information about each learner in so
far as defaults and detention. My problem is not with what i would like to
retrieve BUT rather how to build my tables so the relationships work. Thus
far i have created all my tables , i am unsure of which table should have the
relational ID for me to get the correct information.
Table 1
LearnerID Primary Key
learnername
learnersurname
Table 2
DetentionID primary key
Detention
LearnerID (is this correct )
the problem that i have at the moment in addition to the above is that where
and how do i enter the information.
Help I'm desperate
Any suggestions that would solve my problems would help.
database must allow me to access and get information about each learner in so
far as defaults and detention. My problem is not with what i would like to
retrieve BUT rather how to build my tables so the relationships work. Thus
far i have created all my tables , i am unsure of which table should have the
relational ID for me to get the correct information.
Table 1
LearnerID Primary Key
learnername
learnersurname
Table 2
DetentionID primary key
Detention
LearnerID (is this correct )
the problem that i have at the moment in addition to the above is that where
and how do i enter the information.
Help I'm desperate
Any suggestions that would solve my problems would help.