All,
I have a field Circuit ID, that has varying lengths of data in it. However there are certain portions of the record I am looking to remove from the field.
Circuit ID
2001 T3XF PHLAPAFGK22 PHLAPAAZK03 x19
I need to remove the portion of the data that is x19. The records have an x and then the channel number.
I tried the right(), but this pulled out some information that was needed. There was a circuit ID that had XCN as the last few characters.
What i need to do is look for the (space)X and only remove if the following characters are digits.
Thanks for the help
I have a field Circuit ID, that has varying lengths of data in it. However there are certain portions of the record I am looking to remove from the field.
Circuit ID
2001 T3XF PHLAPAFGK22 PHLAPAAZK03 x19
I need to remove the portion of the data that is x19. The records have an x and then the channel number.
I tried the right(), but this pulled out some information that was needed. There was a circuit ID that had XCN as the last few characters.
What i need to do is look for the (space)X and only remove if the following characters are digits.
Thanks for the help