G
Guest
Hi, I have a description field in a table that contains both numbers and
text. I wrote a query with Like "*#*" in the criteria for that field so I
know that all rows returned have at least one number in that field.
Now I would like to return the first number in that field. For example, if
there is a row with AA1A2A, I would like to have 1 returned. If it is
A21AAA, I would like to have 2 returned.
Is this possible?
Thanks in advance for any help.
text. I wrote a query with Like "*#*" in the criteria for that field so I
know that all rows returned have at least one number in that field.
Now I would like to return the first number in that field. For example, if
there is a row with AA1A2A, I would like to have 1 returned. If it is
A21AAA, I would like to have 2 returned.
Is this possible?
Thanks in advance for any help.