I have a text field in my table called MissingNum with several thousand records. The total number of digits in this field should always be six. The leading zero(s) have been dropped. I would like to run an update query to add these zero(s). I tried: Format([MissingNum]),"000000") in the "Update to" field of the query and I get a error message "wrong number of arguments". I also tried "000000" and it changes the all of the numbers in the table to 000000.
What am I doing wrong?
What am I doing wrong?