iainrkemp14
IS-IT--Management
I am trying to write an update query that will update column B with 5 zeros and the contents of column A.
For example:
Column A = 12345
Column B = 0000012345
How can I do this? I have tried "00000"&[Column A] but that doesn't seem to work.
Cheers,
- Iain
For example:
Column A = 12345
Column B = 0000012345
How can I do this? I have tried "00000"&[Column A] but that doesn't seem to work.
Cheers,
- Iain