Z
Zachry1
I want to modify my Description field contents by separating parts of the
description and adding information from other fields. For Ex:
Desc (Currently) = STUD BOLT 2 NUTS, ASME B18.2.1 / ASME B18.2.2, A193 GR.
B7 / A194 GR. 2H, FULL LENGTH THREADED
Sixe 1 = .625
Size 2 = Null (in this case, but other records may have a 2nd Size field)
Wt1 = 3.25
Wt2 = Null (in this case, but other records may have a 2nd Wt field)
I want to be able to:
1. parse after the 1st coma (,),
2. insert any size and wt data from the other fields, separate then by an (x)
3. account for fields that may be null now, but have content in subsequent
records.
4. then reinsert any remaining Desc content after the insertion.
I should end up with:
STUD BOLT 2 NUTS, .625 x 3.25, ASME B18.2.1 / ASME B18.2.2, A193 GR. B7 /
A194 GR. 2H, FULL LENGTH THREADED
(did not cross-post)
Thanks in advance
description and adding information from other fields. For Ex:
Desc (Currently) = STUD BOLT 2 NUTS, ASME B18.2.1 / ASME B18.2.2, A193 GR.
B7 / A194 GR. 2H, FULL LENGTH THREADED
Sixe 1 = .625
Size 2 = Null (in this case, but other records may have a 2nd Size field)
Wt1 = 3.25
Wt2 = Null (in this case, but other records may have a 2nd Wt field)
I want to be able to:
1. parse after the 1st coma (,),
2. insert any size and wt data from the other fields, separate then by an (x)
3. account for fields that may be null now, but have content in subsequent
records.
4. then reinsert any remaining Desc content after the insertion.
I should end up with:
STUD BOLT 2 NUTS, .625 x 3.25, ASME B18.2.1 / ASME B18.2.2, A193 GR. B7 /
A194 GR. 2H, FULL LENGTH THREADED
(did not cross-post)
Thanks in advance