The command Filter allows you to select records of a dbf table by some criterion. You can call it from Menu Tools.
You define the filter expression, click OK and DBF Viewer selects records which satisfy the expression.
Expression could be simple, like FIELD = value
or complex, like FIELD1 = value & FIELD2 = value2
You can use mathematical operations, signs <, >, =, <>, ~.