This seems to have me stumped:
I have a table that has numeric values for tax rates. The field type is numeric. The field size is double, format is fixed, decimal places is 3.
I have values in the table that look like this:
Local Rate
0.005
0.010
0.011
0.012
0.020
I have a need to display just the last two digits. I have tried different things but cannot get what I want. I tried the right function but, it comes out like this:
0.005=05 - correct
0.010=01 - not what I want, I want 10
They all come out the way I want, using the right function - with the exception of the ones that end with 0.
Is there not a way to simply have it dispay the last two digits?
I have a table that has numeric values for tax rates. The field type is numeric. The field size is double, format is fixed, decimal places is 3.
I have values in the table that look like this:
Local Rate
0.005
0.010
0.011
0.012
0.020
I have a need to display just the last two digits. I have tried different things but cannot get what I want. I tried the right function but, it comes out like this:
0.005=05 - correct
0.010=01 - not what I want, I want 10
They all come out the way I want, using the right function - with the exception of the ones that end with 0.
Is there not a way to simply have it dispay the last two digits?