L
leahf via AccessMonster.com
In our system we have students and the classes that they have attended (along
with other details). There will now be an opportunity for students to audit
classes after they have finished their studies but these students are not to
appear in the existing reports. In other words, except for one report
listing these students and the auditing classes, there should be no change in
the present status of these students (graduated) or the last class attended.
I suggested defining a new table consisting of the student_id, the class
being audited, the start and end date of the auditing. In this way the rest
of the system will remain untouched.
I then want a continuous form with a list of these students (linked to the
student table for the student's name and social security number).
I want to add new students on the same continuous form since there is so
little information to be added I figure that having a separate data entry
form will be more of a "burden" on the user.
The user should be able to just pick the social security number from a combo
box which will then fill in the name of the student, and then the user just
adds the class (from a list of classes) and puts in the start date.
Right now I am not getting the student name when I choose the social security
number. The combo box has the social security field as the control source,
and the row source as a query from the student table and the new studentAudit
table. The relationship is all student records and only those from
studentAudit that are equal.
Thank you.
Leah
with other details). There will now be an opportunity for students to audit
classes after they have finished their studies but these students are not to
appear in the existing reports. In other words, except for one report
listing these students and the auditing classes, there should be no change in
the present status of these students (graduated) or the last class attended.
I suggested defining a new table consisting of the student_id, the class
being audited, the start and end date of the auditing. In this way the rest
of the system will remain untouched.
I then want a continuous form with a list of these students (linked to the
student table for the student's name and social security number).
I want to add new students on the same continuous form since there is so
little information to be added I figure that having a separate data entry
form will be more of a "burden" on the user.
The user should be able to just pick the social security number from a combo
box which will then fill in the name of the student, and then the user just
adds the class (from a list of classes) and puts in the start date.
Right now I am not getting the student name when I choose the social security
number. The combo box has the social security field as the control source,
and the row source as a query from the student table and the new studentAudit
table. The relationship is all student records and only those from
studentAudit that are equal.
Thank you.
Leah