I am trying to create a new table with one text field in access using VBA.

What is wrong with this?



strSQL = "CREATE TABLE mytable, Field1 Text(255)"

CurrentDb().Execute strSQL