I'm trying to get the right function to return the last 2 characters from a field that contains numbers
For example the field RunDis contains numbers like:
11.41
12.55
10.06
15.30
etc
In a text box control I have this formula:
=Right([RunDis],2)
The text box returns the last two numbers except for the field that contains the value 15.30
In this case I get .3 as the returned string
How do I get the control to return 30 instead of .3?
I know that the Right Function operates on a string and these are numbers.
Can anyone offer the right code ?
Thanks for helping.
For example the field RunDis contains numbers like:
11.41
12.55
10.06
15.30
etc
In a text box control I have this formula:
=Right([RunDis],2)
The text box returns the last two numbers except for the field that contains the value 15.30
In this case I get .3 as the returned string
How do I get the control to return 30 instead of .3?
I know that the Right Function operates on a string and these are numbers.
Can anyone offer the right code ?
Thanks for helping.