G
Gary Hull
I have a form that I want to run a filter from the combination of 2 combo
Boxes.
Below you will find the code that I am trying to use.
I get the error message (Missing operator)
Me.Filter = ("fkTeacher = " & Me.cboTeacherLookup) & _
("fkClass = " & Me.cboClassLookup)
Thanks for your help
Boxes.
Below you will find the code that I am trying to use.
I get the error message (Missing operator)
Me.Filter = ("fkTeacher = " & Me.cboTeacherLookup) & _
("fkClass = " & Me.cboClassLookup)
Thanks for your help