I have a db filed with numbers stored as strings. I need to convert them to 9 characters but some had their leading zeroes trimmed off at some point.
So, 012345678 became 12345678.
I would normally do Text(stringHere,"000000000") to convert this in Excel.
Is there an equivalent function in Access?
Thanks,
Justin
So, 012345678 became 12345678.
I would normally do Text(stringHere,"000000000") to convert this in Excel.
Is there an equivalent function in Access?
Thanks,
Justin