I have a query pulling results from an ODBC table where the field has both numeric and text fields. I want to exclude the text lines. (not like a number) because my next query links by this field to another table which is a numeric field.
i.e.
line 1 = IPP (want to exclude this line from query results)
line 2 = 12345
line 3 = RTN (exclude)
i.e.
line 1 = IPP (want to exclude this line from query results)
line 2 = 12345
line 3 = RTN (exclude)