I have data coming from a table using an input mask for the social security number. It then goes into a query and is formatted perfectly in that query as a select query. I then change it to a make table query and have it make a table outside the current database, and in that new table the formatting is lost. I have tried formatting the query results with an input mask, that didn't work. I know I can format the table field after it is created, but since this table is created and destroyed often, I would just like it to come over correctly from the make table query. Any suggestions would be appreciated!