converted integer to string criteria

D

Don Cossitt

I have a five digit integer in a 'code' field in need to query off of the
fourth digit. I have tried putting
Left$(Str([neiborhood_codes_bm].
Code:
),4)="1" in the criteria field but
returns empty resultset.

'code' format is five digits ranging from 0-9 for each digit.  EG 11211.
Digits represent: location, zone, scope, condition, function.  I am trying
to query on digit four - 'condition'.

TIA

doco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top