D
DJJ
I am trying to create a query with a field called CostCode. It is a field
that disguises the cost of a product in a hidden formula based letters
instead of numbers. The formula is as follows:
1 = P
2 = R
3 = E
4 = S
5 = T
6 = O
7 = M
8 = A
9 = C
0 = X
00 = XY
000 = XYZ
Example: $234 = RES
Is there an easy way to do this without writing a massive IF statement and
then trying to concatenate everything?
DJ
that disguises the cost of a product in a hidden formula based letters
instead of numbers. The formula is as follows:
1 = P
2 = R
3 = E
4 = S
5 = T
6 = O
7 = M
8 = A
9 = C
0 = X
00 = XY
000 = XYZ
Example: $234 = RES
Is there an easy way to do this without writing a massive IF statement and
then trying to concatenate everything?
DJ