okay, I think I want to create a a query def based on the Where statement I earlier created. Something like this:
If Len(strWhere) > 0 Then If Nz(DCount("*", "qryEvents", Left(strWhere, Len(strWhere) - 0)), 0) > 0 Then strWhere = "WHERE " & Left(strWhere, Len(strWhere) - 0)...