D
deiopajw
I have a field called Product.
There are items such as:
AB1000
AB400
AB1100
I want to extract only the numbers in the product.
I tried to enter the following in the source control of a field I created
to simply show the number section of the product:
=Right([Product],4)
However, product AB400 would show up as B400.
Can anyone suggest how to overcome this problem.
There are items such as:
AB1000
AB400
AB1100
I want to extract only the numbers in the product.
I tried to enter the following in the source control of a field I created
to simply show the number section of the product:
=Right([Product],4)
However, product AB400 would show up as B400.
Can anyone suggest how to overcome this problem.