I have a form (frmCourseTaken) form style and it contains a subform (subfrmCourseSummary) datasheet style which is based off a query.
The forms are working. The problem is that when you choose a record in the subform datasheet it does not synchronize the form to display and allow changes to the record.
All data is stored and pulled from the CourseTaken table. I have included the database pared down to minimal. View attachment studentinfoSUBFORMsm.accdb
I started out using a split form that sort of worked, the problem being with the cascading combo boxes the form was unstable and would drop information from the form (though still in the table) and eventually it would not longer display in either the form or datasheet though still stored in the table. So thought I would try something new to solve that problem.
The forms are working. The problem is that when you choose a record in the subform datasheet it does not synchronize the form to display and allow changes to the record.
All data is stored and pulled from the CourseTaken table. I have included the database pared down to minimal. View attachment studentinfoSUBFORMsm.accdb
I started out using a split form that sort of worked, the problem being with the cascading combo boxes the form was unstable and would drop information from the form (though still in the table) and eventually it would not longer display in either the form or datasheet though still stored in the table. So thought I would try something new to solve that problem.