Hi - I have an automated process that imports a large 1 gig .csv file every evening into Access into a pre-existing Access table. One of the fields contains 4 spaces in most records in the .csv file, but Access is importing this field in as null instead of spaces even when I have the default value in the table set as " ". I need to keep those spaces that come from the .csv file because this field is part of the table’s index in Access. Can I write an expression in the default value of the table design that will force 4 spaces into this field instead of nulls when it gets imported? I know I could write a query that updates this field after it gets imported, but I’d like to keep the automated process down to just one step because the file is so big. Thank-you in advance for any help.