Thanks, but I still get an "error in field statement" message for that. Here is the actual code:
SQL = "CREATE TABLE [" & strStudent & "]" & _
"(Piece CHAR(20), Date CHAR(10))"
DoCmd.RunSQL SQL:(
It works with one field specified, thus:
SQL = "CREATE TABLE [" & strStudent & "]" & _
"...