S
shaggles
I'm having trouble with a Create Table query. I can't set
the field size. I think the query should look liek this:
CREATE TABLE tblClients
(Last_Name TEXT 25,
First_Name TEXT 25,
SSN INT 9);
But I keep getting an error message that say "Syntax error
in the sql statement." What am I doing wrong?
the field size. I think the query should look liek this:
CREATE TABLE tblClients
(Last_Name TEXT 25,
First_Name TEXT 25,
SSN INT 9);
But I keep getting an error message that say "Syntax error
in the sql statement." What am I doing wrong?