B
Bill Phillips
I have a free-form field that may have numbers included in
it. However, there is no pattern to the numbers. It could
be any of the following for example: DVM388, NVM415JJ, CC
231 N or the like. Also, it may not include any numeric
characters at all.
I would like to run whatever code I need to develop in a
make table query but don't know how to call a module from
a query. Also I believe I can work through the code
(basically evaluate each element of the string and
concatenate the numeric elements together using ASCII 48-
57 for numbers) but I need to do it for each recordset. My
query will be evaluating up to 100,000 recordsets.
I saw a function on mvps.org for extracting characters
from a string that I can adapt for my sitation, I just
don't know how or where to call it.
Thanks in advance.
it. However, there is no pattern to the numbers. It could
be any of the following for example: DVM388, NVM415JJ, CC
231 N or the like. Also, it may not include any numeric
characters at all.
I would like to run whatever code I need to develop in a
make table query but don't know how to call a module from
a query. Also I believe I can work through the code
(basically evaluate each element of the string and
concatenate the numeric elements together using ASCII 48-
57 for numbers) but I need to do it for each recordset. My
query will be evaluating up to 100,000 recordsets.
I saw a function on mvps.org for extracting characters
from a string that I can adapt for my sitation, I just
don't know how or where to call it.
Thanks in advance.