techgirl10
IS-IT--Management
I have a bunch of data in a field that I need to extract into 3 different fields named: thickness, width and length.
For example, with this text string: 025PC.080X12.0X12.0
I want to extract .080 = thickness, 12.0 = width, and 12.0 = length and plug that data into their respective fields. The problem is that the measurements aren't always the same number of digits. See below.
025PC.080X12.0X12.0
1420PC.750X2.80X16.45
149PC2.0X5.0X11.5
I tried to create formulas in queries without any luck. I need to create a function to do this, but I don't know where to begin. Any help would be greatly appreciated. Thanks!
For example, with this text string: 025PC.080X12.0X12.0
I want to extract .080 = thickness, 12.0 = width, and 12.0 = length and plug that data into their respective fields. The problem is that the measurements aren't always the same number of digits. See below.
025PC.080X12.0X12.0
1420PC.750X2.80X16.45
149PC2.0X5.0X11.5
I tried to create formulas in queries without any luck. I need to create a function to do this, but I don't know where to begin. Any help would be greatly appreciated. Thanks!