Hi
I have a Text field "For" with data entry like "25 - Door" with out the quotes.
in the query, I need to filter the records by the first number, so I added a field like this
Unit: CInt(Trim(Left([For],2)))
but I run it, I get some records which do not have the 2 numbers at the start showing #Error.
How can I only get the records which show the number?
thx
I have a Text field "For" with data entry like "25 - Door" with out the quotes.
in the query, I need to filter the records by the first number, so I added a field like this
Unit: CInt(Trim(Left([For],2)))
but I run it, I get some records which do not have the 2 numbers at the start showing #Error.
How can I only get the records which show the number?
thx