I have been using the following expression in one of my databases for a while now:
New Rate Price: Right([Fortlauderdale_target.Rate_Code],4)/100
This is to pull the rate out of a code that looks like the following:
O0135
O0138
S0363
etc.
However, with some changes in the company, I now occasionally get the following:
S0418D
O0135D
S0616D
it's random on when that trailing D will appear. So how do I adjust my original expression to remove the D when it appears?