G
Guest
i need to script a table
.....
create table tblName
(
ID autoincrement PrimaryKey,
Date DEFAULT '=Now()'
}
This doesnt work,
Its the default value i need help with.
I need to do the default value through a script not in
access design view
.....
create table tblName
(
ID autoincrement PrimaryKey,
Date DEFAULT '=Now()'
}
This doesnt work,
Its the default value i need help with.
I need to do the default value through a script not in
access design view