D
Dennis
i am looking to split up a field into multiple fields. we produce steel
tubing and the way our product show in the system is a little tricky to work
with in access. here are some examples
8 x 4 x 1/4 = 8.4.14
6 sq 3/8 = 6.38
4 x 3 x 6 ga = 4.3.6
5 round .375" = 5000.375
3.5 nps Sched 40 = 35.S40
4-1/2 x 2-1/2 x 3/16 = 412.212.316
these are just some examples. we have over 3000 products.
i would like to split this field into separate ones.
if my system shows it as
8.4.316
i would like to see in 3 different fields
1 = 8 2 = 4 3 = 316
if my system shows it as
5000.375
i would like to show it as
1 = 5000 2 = 5000 3 = 375
if i have to i can work with it showing
1 = 5000 2 = 375 3 =
i don't know if i can do this with Left middle right formulas
the field is named [SJD_SIZE]
can anyone help me with this? i know very little about SQL so if i can do
this without messing with that it would be great.
tubing and the way our product show in the system is a little tricky to work
with in access. here are some examples
8 x 4 x 1/4 = 8.4.14
6 sq 3/8 = 6.38
4 x 3 x 6 ga = 4.3.6
5 round .375" = 5000.375
3.5 nps Sched 40 = 35.S40
4-1/2 x 2-1/2 x 3/16 = 412.212.316
these are just some examples. we have over 3000 products.
i would like to split this field into separate ones.
if my system shows it as
8.4.316
i would like to see in 3 different fields
1 = 8 2 = 4 3 = 316
if my system shows it as
5000.375
i would like to show it as
1 = 5000 2 = 5000 3 = 375
if i have to i can work with it showing
1 = 5000 2 = 375 3 =
i don't know if i can do this with Left middle right formulas
the field is named [SJD_SIZE]
can anyone help me with this? i know very little about SQL so if i can do
this without messing with that it would be great.