Hello All,
I am trying to create a table in access 2003 using DDL, but I am having a wee problem with one of the data types. Decimal to be precise.
Here is my ddl:
CREATE TABLE SampleDataType (
Fld_Txt_50 VARCHAR(50),
Fld_Txt_100 VARCHAR(100),
Fld_Memo LONGCHAR,
Fld_Long_Integer INTEGER...