You could also try to achieve this in a query using an IIF statement, then criteria for the findings (assuming the data source for your report is a query).
So, for example, create a calculated field within the query, based on [winnings]:
IIF([winnings]<30,000,"Hide","Visible"). In the...