miracleman
Registered User.
- Local time
- Today, 09:28
- Joined
- Aug 9, 2007
- Messages
- 10
hello all,
Here is the situation, I have various tables that relates to Students. The Student table (genera info), StudentEOD table (student information that changes every semester of schoolyear) and a Guardians table (table for people related to the students). All of them are related through the StudentID field which is a long integer.
I'm trying to create a query to filter out the guardians of the students that belong to a certain class. I want all the fields from the table Guardians and only the Class from the StudentEOD table. The problem is that when I create the relationship, inmediatly the recorset becomes readonly. Any suggestions?
Here is the situation, I have various tables that relates to Students. The Student table (genera info), StudentEOD table (student information that changes every semester of schoolyear) and a Guardians table (table for people related to the students). All of them are related through the StudentID field which is a long integer.
I'm trying to create a query to filter out the guardians of the students that belong to a certain class. I want all the fields from the table Guardians and only the Class from the StudentEOD table. The problem is that when I create the relationship, inmediatly the recorset becomes readonly. Any suggestions?