In MS Access 2000, what SQL statement would I use to add a field to a table and set the default property. I know that to add a field I could use, "ALTER TABLE Customers ADD Comments Text 100;" but I don't know how to make this field have a default value of "test". Can anyone help?