N
Nat
How do you add leading zeros to certain cells via an
update query? I found this recommendation Right
([original_num]+1000000,6), however, when I run the update
query it only keeps the original_num values and does not
add any leading zeros.
update query? I found this recommendation Right
([original_num]+1000000,6), however, when I run the update
query it only keeps the original_num values and does not
add any leading zeros.