Hello all,
I hope this is the correct place for this inquiry.
Question: In the expression builder in MS Access, how can I write a statement that will grab the last two digits of an integer stored number? Just for clarification, the number may only be one digit but I still want it to be two digits (i.e. "9" would be "09", "289" would be "89" etc.). The result has to be stored as a string.
I've tried the Right() function and Cstr function and I can't get it to result in two digits.
Thank you,
Robert