my database entry is 62301
there could be another entry that is 5602 (Varying length)
I am trying to create a select query for '5462162301'
How can I utilize like, contain, or in to create a query that will find entry 62301
I can't use right(field, #) b/c the varying length and that there is a risk that the entries could be varied from left to right...
there could be another entry that is 5602 (Varying length)
I am trying to create a select query for '5462162301'
How can I utilize like, contain, or in to create a query that will find entry 62301
I can't use right(field, #) b/c the varying length and that there is a risk that the entries could be varied from left to right...