R
ryan.fitzpatrick3
In a query I have one field that would have a size of an object, i.e.
10 OZ, for weight of finished good product.
Now is there away to only take the numerical value of this and omit
the letters? I know left([fielda],2) works but some items are 1.25 oz,
10.145 lb, .134 fz, etc, all different whereas the left 2 wouldn't
work. Any help?
Ryan
10 OZ, for weight of finished good product.
Now is there away to only take the numerical value of this and omit
the letters? I know left([fielda],2) works but some items are 1.25 oz,
10.145 lb, .134 fz, etc, all different whereas the left 2 wouldn't
work. Any help?
Ryan