G
Guest
I have a database that holds information about students.
I have several forms I use to create a class and enter the student into the
class.
And I have another main form that hold all the personal information with
another tab that displays the student's class.
My goal is to be able to enter the student prevously entered into another
class without re-entering the personal information.
To give you an idea of what I've done:
I have created a table (tstudent - with all the personal information about
the student with SSN as its primary key)
I have created another table (tclass - with all the fields about the classes
and start and end date and also added the field SSN from the tstudent table
(to relate) and its own primary key ID field)
I have also created another table called it tstudentclass - with the primary
fields of each of the above tables. This is where things get nasty. I just
have no clue what to do? How to create the relationship to see the enfinity
symble. And then how to proceed towards the forms? Any help or suggestion
is great. Thank you.
I have several forms I use to create a class and enter the student into the
class.
And I have another main form that hold all the personal information with
another tab that displays the student's class.
My goal is to be able to enter the student prevously entered into another
class without re-entering the personal information.
To give you an idea of what I've done:
I have created a table (tstudent - with all the personal information about
the student with SSN as its primary key)
I have created another table (tclass - with all the fields about the classes
and start and end date and also added the field SSN from the tstudent table
(to relate) and its own primary key ID field)
I have also created another table called it tstudentclass - with the primary
fields of each of the above tables. This is where things get nasty. I just
have no clue what to do? How to create the relationship to see the enfinity
symble. And then how to proceed towards the forms? Any help or suggestion
is great. Thank you.