I have written a sql statement which creates a table with a lot of fields. I want to set some default values in some of the fields. One of the fields is a date/time field, and I want to set the default to Now(). Another field is a textt field and I want to set it to a value of ",1,2,3,4,".
What is the syntax for specifying a default value for a create table statement in Access?
MrsBean
What is the syntax for specifying a default value for a create table statement in Access?
MrsBean