P
P Brainard via AccessMonster.com
I need to develop a query that will add the 0 character as the second to the last character in every record in a column.
For example:
55003 - 550003
49443 - 494403
30421 - 304201
11111 - 111101
23232 - 232302
I know how to run one to append something to the end of the string, but not put it inside the string. Thanks for your help.
For example:
55003 - 550003
49443 - 494403
30421 - 304201
11111 - 111101
23232 - 232302
I know how to run one to append something to the end of the string, but not put it inside the string. Thanks for your help.