I
idiot
CREATE TABLE tblDecimalDataTypes (
DefaultType DECIMAL,
SpecificType DECIMAL(10,5))
I executed the SQL statement above in access 2003 and I got the syntax
error.
DefaultType DECIMAL,
SpecificType DECIMAL(10,5))
I executed the SQL statement above in access 2003 and I got the syntax
error.