U
upsman via AccessMonster.com
I am creating a new form. The record source of the new form consists of 3
joined tables. The tables are:
Students
StudentID (PK)
LastName
FirstName
bunch of other fields
OldClasses
OldID (PK)
OldStudentID
OldClassID
OldGrade
NewClasses
NewID (PK)
NewStudentID
NewClassID
NewGrade
The tables are joined (one-to-many) Students --> OldClasses and also Students-
->NewClasses. Students is joined to both of the other tables by the
StudentID field. On the form, in Design View, I have StudenID, LastName,
FirstName, OldClassID, OldGrade, NewClassID, and NewGrade. But when I open
it in Form View, the screen is blank; none of my fields are there. I've
never had this happen before. If I remove one of the Class tables so that
Students is only joined to one other table, the fields show up on the screen.
They will not show up if I have Students joined to both Class tables. What
am I doing wrong or what Access rule am I violating? I can't have one table
joined to two others?
joined tables. The tables are:
Students
StudentID (PK)
LastName
FirstName
bunch of other fields
OldClasses
OldID (PK)
OldStudentID
OldClassID
OldGrade
NewClasses
NewID (PK)
NewStudentID
NewClassID
NewGrade
The tables are joined (one-to-many) Students --> OldClasses and also Students-
->NewClasses. Students is joined to both of the other tables by the
StudentID field. On the form, in Design View, I have StudenID, LastName,
FirstName, OldClassID, OldGrade, NewClassID, and NewGrade. But when I open
it in Form View, the screen is blank; none of my fields are there. I've
never had this happen before. If I remove one of the Class tables so that
Students is only joined to one other table, the fields show up on the screen.
They will not show up if I have Students joined to both Class tables. What
am I doing wrong or what Access rule am I violating? I can't have one table
joined to two others?