SarasotaIT
IS-IT--Management
I am trying to make a simple "data-definition" query in Access 2002 and cannot due to "invalid syntax" error. Here is my Query:
CREATE TABLE Table1
(COLUMN1 number (20),
COLUMN2 text (30),
COLUMN3 text (30));
In my query, if I replace "number" with "text", the query saves and works with no problem. I have tried performing a compact and repair but that did not help. What am I doing wrong here?
Thanks in advance!
Terry
CREATE TABLE Table1
(COLUMN1 number (20),
COLUMN2 text (30),
COLUMN3 text (30));
In my query, if I replace "number" with "text", the query saves and works with no problem. I have tried performing a compact and repair but that did not help. What am I doing wrong here?
Thanks in advance!
Terry