joetrogdon
Technical User
I have a database that has a field labeled descript which contains descriptions of products. The current fields look like this:
10 7/8 x 14 1/4 + flap, crystal clear (232 x 324)
I would like to leave the dimensions in the beginning, but change the rest to just say "Archival Plastic Bag", so essentially it would now read:
10 7/8 x 14 1/4 Archival Plastic Bag
I understand how to swap out all the data in the field, I was just unsure if I could do it selectively or exclude all numeric characters outside of (). Sorry I don't have any code for you to use, as I said I don't know where to begin.
Thanks in advance.
10 7/8 x 14 1/4 + flap, crystal clear (232 x 324)
I would like to leave the dimensions in the beginning, but change the rest to just say "Archival Plastic Bag", so essentially it would now read:
10 7/8 x 14 1/4 Archival Plastic Bag
I understand how to swap out all the data in the field, I was just unsure if I could do it selectively or exclude all numeric characters outside of (). Sorry I don't have any code for you to use, as I said I don't know where to begin.
Thanks in advance.