Create Table Syntax Error - MS Access, SQL view

前端 未结 4 1987
星月不相逢
星月不相逢 2021-01-25 03:15

I keep getting CREATE TABLE Syntax Error, but I don\'t see the error! What is causing the error?

My SQL:

CREATE TABLE my_employee
(
e         


        
4条回答
  •  死守一世寂寞
    2021-01-25 03:54

    Well I was having the same problem with Ms Access 2007, but I solved it later on.
    It is because actually some features are disabled by default for security reasons over there.
    When it shows you syntax error, you can see the message at menu bar somewhere or at the bottom: Some Features Are Disabled For Security Reasons....
    Click on the message then proceed to enable further features.

提交回复
热议问题