Angelie
09-26-2005, 12:59 PM
Can anyone help me with a parsing a String that has both Alpha and Numeric characters. I was looking for a means of removing trailing zeros without having to convert them into a numeric field (since some fields have alpha characters).
CatNum
12345S00
67893R0
32423L0000
3242300000
i'd like to get
CatNum
12345S
67893R
32423L
32423
am using MS Access btw ;)
Thanks!!
CatNum
12345S00
67893R0
32423L0000
3242300000
i'd like to get
CatNum
12345S
67893R
32423L
32423
am using MS Access btw ;)
Thanks!!