Hi there,
I have 22 records in my tutorial table which had links to a student table and a tutor table. It worked really well but I realised that two of the fields that were held in the student table needed to be moved to two separate tables as I wanted to keep a history of changes made.
So I moved these two fields:
AtRiskOfFailure
AtRiskOfDroppingOut
to 2 new tables:
tbl_StudentFailureHistory
tbl_StudentDroppingOutHistory
I linked these tables to the student table by studentID and ensured referencial integrity.
Then I went to the data entry form I use to input the tutorial data and changed the recordsource for these two fields but then when I ran the form, none of the records displayed!
I have attached the tables in a database to show what my problem is, I would really appreciate some clarification as to what I am doing wrong.
Thanks! and sorry for posting so often
I have 22 records in my tutorial table which had links to a student table and a tutor table. It worked really well but I realised that two of the fields that were held in the student table needed to be moved to two separate tables as I wanted to keep a history of changes made.
So I moved these two fields:
AtRiskOfFailure
AtRiskOfDroppingOut
to 2 new tables:
tbl_StudentFailureHistory
tbl_StudentDroppingOutHistory
I linked these tables to the student table by studentID and ensured referencial integrity.
Then I went to the data entry form I use to input the tutorial data and changed the recordsource for these two fields but then when I ran the form, none of the records displayed!
I have attached the tables in a database to show what my problem is, I would really appreciate some clarification as to what I am doing wrong.
Thanks! and sorry for posting so often
