B
bfence
Hi! I'm trying to figure out if there's a way to set up continuous
forms and sub-forms. I know it's not technically possible but
hopefully there's a work around.
My forms are:
Characteristics - main form one record per teacher candidate
Candidacy - could be multiple records per candidate
Student Teaching - could be multiple records per candidate per
candidacy record
Placement Choices - one record per Student Teaching record
Field Experiences - multiple records per candidate per candidacy
record
Primary & Foreign Keys:
Characteristics: UIN (pk)
Candidacy: CandID (pk), UIN (fk)
Student Teaching: STID (pk), CandID (fk)
Placement Choices: PlaceID (pk), STID (fk)
Field Experiences: FEID (pk), CandID (fk)
What I'd like to be able to do is open the Characteristics form and
see how ever many Candidacy records a particular teacher candidate has
- for example, one record for Elementary Ed, one record for Early
Childhood. Depending on which Candidacy record I'm interested, after
selecting it, I'd like to see the other associated data from the other
forms.
Is there a way to accomplish this? Any advice would be greatly
appreciated!
Betsy
forms and sub-forms. I know it's not technically possible but
hopefully there's a work around.
My forms are:
Characteristics - main form one record per teacher candidate
Candidacy - could be multiple records per candidate
Student Teaching - could be multiple records per candidate per
candidacy record
Placement Choices - one record per Student Teaching record
Field Experiences - multiple records per candidate per candidacy
record
Primary & Foreign Keys:
Characteristics: UIN (pk)
Candidacy: CandID (pk), UIN (fk)
Student Teaching: STID (pk), CandID (fk)
Placement Choices: PlaceID (pk), STID (fk)
Field Experiences: FEID (pk), CandID (fk)
What I'd like to be able to do is open the Characteristics form and
see how ever many Candidacy records a particular teacher candidate has
- for example, one record for Elementary Ed, one record for Early
Childhood. Depending on which Candidacy record I'm interested, after
selecting it, I'd like to see the other associated data from the other
forms.
Is there a way to accomplish this? Any advice would be greatly
appreciated!
Betsy