Hello all!
I am trying to trim the first 5 characters and the last character in my field.
I currently have the following code and it does not seem to work. Any ideas?
Trim(Mid$([cust]![altnum],6,Len([cust]![altnum])-1))
In the field the data is USDA: 10a as an example. I am trying to have it only display 10 as the answer. The code above still displays the a for some reason.
I am trying to trim the first 5 characters and the last character in my field.
I currently have the following code and it does not seem to work. Any ideas?
Trim(Mid$([cust]![altnum],6,Len([cust]![altnum])-1))
In the field the data is USDA: 10a as an example. I am trying to have it only display 10 as the answer. The code above still displays the a for some reason.