I'm trying a different approach. Instead of using a filter, I'm trying to change the recordsource. I'm still having problems with this.
Private Sub btnSetFilter_Click()
On Error GoTo Whoops
Dim strSelect As String, strFrom As String
Dim strSQL As String, strWhere As String
Dim...