I have a simple form that lists all the students, classes, exam results and period.
The form can be filtered by class and the after update code is
How can this be achieved please?
The form can be filtered by class and the after update code is
However i would like to introduce another combo for the Period and then filter further using this.Form_ExamScore_ALL.Filter = "Class='" & Me.cboClass & "'"
Form_ExamScore_ALL.FilterOn = True
How can this be achieved please?