I know this is going to sound really stupid, but for some reason I can't find the answer anywhere on the net.
I'm running this SQL command on an Access 2000 database:
CREATE TABLE F_UNITS (FU_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY, FU_UNIT_NUMBER INTEGER, FU_PERMIT_NUMBER INTEGER, FU_WEIGHT INTEGER);
This is all fine and dandy, but how would I make say a floating point (or single/double) data type, or a long integer on a field? For some reason I can't find a whole lot of information on running a Create Table command against an Access database, and I can't find the key words to define the different data types.
Any help?
I'm running this SQL command on an Access 2000 database:
CREATE TABLE F_UNITS (FU_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY, FU_UNIT_NUMBER INTEGER, FU_PERMIT_NUMBER INTEGER, FU_WEIGHT INTEGER);
This is all fine and dandy, but how would I make say a floating point (or single/double) data type, or a long integer on a field? For some reason I can't find a whole lot of information on running a Create Table command against an Access database, and I can't find the key words to define the different data types.
Any help?