Could anyone help with the code below, i get a error after the And, which im sure i have the syntax wrong
Me.Filter = "[Assigned Analyst] = '" & Me.UserQueueSelected & "'" And "[Testing Month] = '" & Me.Testing_Month & ""
Both combo boxes are text strings
Me.Filter = "[Assigned Analyst] = '" & Me.UserQueueSelected & "'" And "[Testing Month] = '" & Me.Testing_Month & ""
Both combo boxes are text strings