J
Joe Williams
I have a database with a description field. Some of the descriptions have
the # symbol in the first couple of characters signifying a part approval. I
want to remove this # sign.
So, what i would like to to is to scan the first 5 characters of the
description, and if the # sign is found, then to remove the # sign and leave
the rest of the description.
The only caveat is that I only want the first 5 characters of the
description to be searched, as there may be # signs later in the description
that are valid. For isntance:
# BLACK PULLEY should be BLACK PULLEY
C/C # GEAR should be C/C GEAR
LARGE GEAR #1 SIZE should be LARGE GEAR #1 SIZE
Any ideas? Thanks!
Joe
the # symbol in the first couple of characters signifying a part approval. I
want to remove this # sign.
So, what i would like to to is to scan the first 5 characters of the
description, and if the # sign is found, then to remove the # sign and leave
the rest of the description.
The only caveat is that I only want the first 5 characters of the
description to be searched, as there may be # signs later in the description
that are valid. For isntance:
# BLACK PULLEY should be BLACK PULLEY
C/C # GEAR should be C/C GEAR
LARGE GEAR #1 SIZE should be LARGE GEAR #1 SIZE
Any ideas? Thanks!
Joe