Hi,
I need to take a string and remove any non-numeric characters (whilst preserving any decimalisation), e.g.
Bob is 50
Price = 29.99
I have 312 tasks
Should become
50
29.99
312
My data sits in a single field in an Access table.
I was hoping someone might have a more creative solution then looking at each individual character in the string - any suggestions?
I run A2002 on an XP machine.
Thanks, Iain
I need to take a string and remove any non-numeric characters (whilst preserving any decimalisation), e.g.
Bob is 50
Price = 29.99
I have 312 tasks
Should become
50
29.99
312
My data sits in a single field in an Access table.
I was hoping someone might have a more creative solution then looking at each individual character in the string - any suggestions?
I run A2002 on an XP machine.
Thanks, Iain