A
Ande
I have created a database - a table for each subject e.g. English; Maths; Art
etc. Each table has fields such as the SubjectID, StudentId, Effort,
Attainment, Teacher's comments etc. I also has a table called Students with
fields Id, Name, Surname, Form, Tutor's Comments. The subject tables ar
linked to the Student table via the Student ID as a foreign key. When I made
a query to in clude all students and subjects, I used the outer JOIN #2. As
student sare allowed to choose theri subjects, there will be blank fields for
all students and this is one way of enabling the balnk fields to show.
The problem I am experiencing is the inability to edit or add information in
the fields in the datasheet view of the query. What am i doing wrong??
etc. Each table has fields such as the SubjectID, StudentId, Effort,
Attainment, Teacher's comments etc. I also has a table called Students with
fields Id, Name, Surname, Form, Tutor's Comments. The subject tables ar
linked to the Student table via the Student ID as a foreign key. When I made
a query to in clude all students and subjects, I used the outer JOIN #2. As
student sare allowed to choose theri subjects, there will be blank fields for
all students and this is one way of enabling the balnk fields to show.
The problem I am experiencing is the inability to edit or add information in
the fields in the datasheet view of the query. What am i doing wrong??