THe JET Engine DDL syntax is slightly different from SQL Server DDL Syntax. For a complete JET Syntax listing open the "Microsoft Jet SQL Reference" in Access HELP. Look in the chapter "Data Definition Language."
CREATE TABLE MyTable (MyFieldOne NCHAR VARYING (20) PRIMARY KEY, MyFieldTwo NCHAR VARYING (20))
This example comes from Access 2000 HELP. I don't know if the syntax was different in earlier versions, but I doubt it was. Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it if you have time.