S
Sheila
I have read much of the resource that has been suggested to me in this forum,
but am still having problems.
Amongst other tables I have the following:-
Class table
Student table
I need to be able to view a class so I can see which students are enrolled
on it, and I need to be able to access student records to see which classes
they are enrolled on.
My StudentClass table consists of x3 fields: StudentClassID, ClassID,
StudentID. There is no data in the table at the moment because I need a
form/subform for data entry.
On my table, the ClassID field has a relationship with the ClassID field in
the Class table, the StudentID field has a relationship with the StudentID in
the Student table.
I have tried to set up a form/subform to enter the required information but
keep getting a "type mis match in expression error" and the subform is always
blank so I can't enter any details.
I have tried using the Student Table as the source for the main form but the
subform doesn't display the Class details and vice versa.
NB I need to be able to see all the fields in both form and subform and not
view them by ID. I have 200 students attending many classes and the classes
themsevles are made up of teacher/day/venue/activity/level so I need to make
sure I select the correct class by student (37 different classes).
It seems so simple, so why doesn't it work...???
but am still having problems.
Amongst other tables I have the following:-
Class table
Student table
I need to be able to view a class so I can see which students are enrolled
on it, and I need to be able to access student records to see which classes
they are enrolled on.
My StudentClass table consists of x3 fields: StudentClassID, ClassID,
StudentID. There is no data in the table at the moment because I need a
form/subform for data entry.
On my table, the ClassID field has a relationship with the ClassID field in
the Class table, the StudentID field has a relationship with the StudentID in
the Student table.
I have tried to set up a form/subform to enter the required information but
keep getting a "type mis match in expression error" and the subform is always
blank so I can't enter any details.
I have tried using the Student Table as the source for the main form but the
subform doesn't display the Class details and vice versa.
NB I need to be able to see all the fields in both form and subform and not
view them by ID. I have 200 students attending many classes and the classes
themsevles are made up of teacher/day/venue/activity/level so I need to make
sure I select the correct class by student (37 different classes).
It seems so simple, so why doesn't it work...???