R
Ryan Gunnin
I have a field in my Query that contains a 10 digit part
number (ex...6035033319). I would like to return just the
ten digit part number and none of the other characters in
the field a sample of the filed would be: (FRO 0307
COMPLETE BY 9/26. PN 6035023319). The 10 digit part
number might not be in the same position in each record.
I can make the query return just those records with the
Part number in it by using ( like"*##########*) as my
criteria. I know you've got to be able to do it...I just
don't know how.
number (ex...6035033319). I would like to return just the
ten digit part number and none of the other characters in
the field a sample of the filed would be: (FRO 0307
COMPLETE BY 9/26. PN 6035023319). The 10 digit part
number might not be in the same position in each record.
I can make the query return just those records with the
Part number in it by using ( like"*##########*) as my
criteria. I know you've got to be able to do it...I just
don't know how.