Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

number item

hi,

i have feild with number item  -  it could be 5 or 6 or 7 or 8  number.

the 2 left number is the color of the item for any case.

how do write to show the number item without  2 left number ?

exm:

123456 - i need 1234

77556531 - i need 775565

55443 - i need 5544

thanks,

yarin.

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Left(Field, Len(Field)-2)

View solution in original post

2 Replies
sunny_talwar

May be this:

Left(Field, Len(Field)-2)

Anonymous
Not applicable
Author

at the last exm:

55443 - i need 554