I am importing a txt file with a field into a table that could be less than the desired 10 character length. I would like the field to import as 10 character with leading zeros if it is less than 10. I want to keep it as a text field instead of numeric.
I am able to format the field in a query using Format([field],"0000000000".
I have tried "0000000000" and @@@@@@@@@@ in the format of the table, and an input mask in the table design, but they are not working.
Any suggestion is appreciated.
I am able to format the field in a query using Format([field],"0000000000".
I have tried "0000000000" and @@@@@@@@@@ in the format of the table, and an input mask in the table design, but they are not working.
Any suggestion is appreciated.