C
Craig
I am trying to do some string manipulation in Access.
This is what I want to do...I want to loop through each
cell and change a part number that looks like: N444-4/8*9
to something that looks like: N444489
in other words, i want to go through and substitute any
specified characters (such as /, -, *, -, etc.) to ""
what would the syntax look like to go through a string and
subtitute characters like the way i have described? any
help would be appreciated. thank you!!
This is what I want to do...I want to loop through each
cell and change a part number that looks like: N444-4/8*9
to something that looks like: N444489
in other words, i want to go through and substitute any
specified characters (such as /, -, *, -, etc.) to ""
what would the syntax look like to go through a string and
subtitute characters like the way i have described? any
help would be appreciated. thank you!!