I have to convert a number to a string; of course that's the easy part...then I need to make the string 9 characters long with leading zeros:
strBalanceSc = (rstOCR!Balance * 100)
Right now the answer to this is "59925"
I need 000059925.
Any ideas?? Thanks!
Lora
strBalanceSc = (rstOCR!Balance * 100)
Right now the answer to this is "59925"
I need 000059925.
Any ideas?? Thanks!
Lora