I have an Integer field that I need to display as a fixed position of digits. For example, if the integer value is 135, when I display it in a Message Box, as and example, it shows as 135 (I use the command CStr(fieldname) to do the display) - however what I want to display is a 4 position field with leading zeroes, which in this example would be 0135.
Can any one offer suggestions for this beginning VBA programmer?
Thanks.
Can any one offer suggestions for this beginning VBA programmer?
Thanks.