GoingCrazy
Technical User
I'm looking for a way to delete unwanted text from a field and just show the number. The field is similar to the following:
33-12121212 switch
33-12121212-502
4bc123456 control
pressure switch
Unfortunately, there is no consistency. The part number lengths vary and not all records have text or a part number in the field. As such I can't use the Left or Right parameter because I delete numbers or add text if the parameter is too long or too short. Is there anyway to use the space between the text and numbers to act as a delimiter and delete all values after the space when it reads the space? (By the way, deleting the text manually is not an option because I am dealing with a database of thousands of entries.)
I'd appreciate any help anyone can offer.
Thanks,
GoingCrazy
33-12121212 switch
33-12121212-502
4bc123456 control
pressure switch
Unfortunately, there is no consistency. The part number lengths vary and not all records have text or a part number in the field. As such I can't use the Left or Right parameter because I delete numbers or add text if the parameter is too long or too short. Is there anyway to use the space between the text and numbers to act as a delimiter and delete all values after the space when it reads the space? (By the way, deleting the text manually is not an option because I am dealing with a database of thousands of entries.)
I'd appreciate any help anyone can offer.
Thanks,
GoingCrazy