Trying to use the create table example given in the access help files below
CREATE TABLE FirstTable(FirstName TEXT,LastName TEXT);
and i keep getting a compile error "Expected: End of Statement"
Is this not the method to use to be able to create a table on the fly?
CREATE TABLE FirstTable(FirstName TEXT,LastName TEXT);
and i keep getting a compile error "Expected: End of Statement"
Is this not the method to use to be able to create a table on the fly?