I am trying to create a table in Access but i have a syntax error:
I just want to crate a table with default values for excample
create table test (column1 Text(20) DEFAULT 'This is a test')
I know it works in SQL.
Thanks in advance for the help.
I just want to crate a table with default values for excample
create table test (column1 Text(20) DEFAULT 'This is a test')
I know it works in SQL.
Thanks in advance for the help.
Comment