A minor question:
In the Filter tool, when filtering a numeric variable(say, Age) using the expression "21<=[Age]<=45", the tool does not filter to the intended age range while there's no error message for the expression. Of course, expression "[Age]>=21 and [Age]<=45" works fine.
So should there be error message to remind user for the expression like "21<=[Age]<=45" then?