Hi all.
Is there a way to make a text box display only the last two digits? eg '105' is displayed as '05', '115' as '15'.
I have tried the following in the format property for the text box which I read on the forum here but they don't work:
"Mid([Otdr Index2],2,2)"
or
"Right([Otdr Index2],2)"...