Hello,
I have a table with a filed named CustomerFileNo which is made of 10 digits plus one or two characters which identify the customer.
ex:
0000000000A
0000000000BB
I was trying to create a new field that only shows any digit or character after the 10th digit but can't get it working:
ex:
A
BB
I have created a textbox with the following code in the Control source:
Thank you for any help on this.
I have a table with a filed named CustomerFileNo which is made of 10 digits plus one or two characters which identify the customer.
ex:
0000000000A
0000000000BB
I was trying to create a new field that only shows any digit or character after the 10th digit but can't get it working:
ex:
A
BB
I have created a textbox with the following code in the Control source:
Thank you for any help on this.
Code:
=RIGHT([C/N],,2)