I have the following zip codes in a linked table.
My query pulls from this linked table.
01234
00123
12345
12345-6789
Problem: The preceding zeros are truncated.
I have tried adding an apostrophe to convert to string: ="'" & [PCode]
But that is not a nice solution.
Please help.
Thanks.
1 Answer