I have a db with 3 tables: tblStudent, tblPlacement and tbl Reports.
There is a main form displaying each student record, within the main form is a sub-form displaying every placement the student has had. Within each placement record in the sub-form there is a button. When the button is clicked, a simple pop-up form is displayed that allows the user to enter a date, comments and a boolean tick box for "report received".
There is only one (or none) report per placement but there may be several (or none) placements per student.
This works well.
I have a need to place a "report received" indicator in the sub-form to indicate if a report has been received for each individual placement displayed in the sub-form. This could be a tick box or text box displaying "received" on every record.
I have tried Dlookup but directly a report for a student placement is detected, ALL indicators for that student are displayed for every record in the sub-form.
I would appreciate any indicators on how best to approach this problem.
There is a main form displaying each student record, within the main form is a sub-form displaying every placement the student has had. Within each placement record in the sub-form there is a button. When the button is clicked, a simple pop-up form is displayed that allows the user to enter a date, comments and a boolean tick box for "report received".
There is only one (or none) report per placement but there may be several (or none) placements per student.
This works well.
I have a need to place a "report received" indicator in the sub-form to indicate if a report has been received for each individual placement displayed in the sub-form. This could be a tick box or text box displaying "received" on every record.
I have tried Dlookup but directly a report for a student placement is detected, ALL indicators for that student are displayed for every record in the sub-form.
I would appreciate any indicators on how best to approach this problem.