I've searched the forums with no success.
I have a column of data containing 7 digit and 8 digit numbers.
I would like to update all the 7 digit numbers and add a 0 in front of them so they become 8 digit numbers.
I have tried an update query and Find and Replace however I have had no success
iif(([line_item]) ="????????,"0?? ?????,)
Any Suggestions?
Thanks.
I have a column of data containing 7 digit and 8 digit numbers.
I would like to update all the 7 digit numbers and add a 0 in front of them so they become 8 digit numbers.
I have tried an update query and Find and Replace however I have had no success
iif(([line_item]) ="????????,"0?? ?????,)
Any Suggestions?
Thanks.
Comment