Hi Folks...
I have a few fields that I need to convert in VBA.
Location ID Field - This is a numeric value 1 to 4 characters in length. I need to convert to Text, Right Justify and zero fill to 4 characters. ex: 1 needs to be 0001, 0 needs to be 0000, 22 needs to be 0022.
Zip Code Field -...