Answered
Losing first two 00's on my Maine SSN
The state of main has preceeding 0's on their Social Security
numbers, i.e. 005-44-8473
When I assign the 1st part of the SSN to a session variable, it drops the 00 and I only get 5.
This is blowing up my database and additional apps that rely upon the SSN.
How can I format that session variable to retain all three characters when the first one or two are 0's?
Any help is appreciated.
When I assign the 1st part of the SSN to a session variable, it drops the 00 and I only get 5.
This is blowing up my database and additional apps that rely upon the SSN.
How can I format that session variable to retain all three characters when the first one or two are 0's?
Any help is appreciated.