Hi,
I am creating a series of Access 2000 queries to create and populate a database. I was wondering if it is possible to put multiple SQL statements in one query.
For example, can I say something like
create table table1 (fld1 autoincrement primary key, fld2 text);
insert into table1 (fld2) values ("widgets"
Or do I need to create two separate queries, one for each statement? Your help and expertise will be appreciated.
I am creating a series of Access 2000 queries to create and populate a database. I was wondering if it is possible to put multiple SQL statements in one query.
For example, can I say something like
create table table1 (fld1 autoincrement primary key, fld2 text);
insert into table1 (fld2) values ("widgets"
Or do I need to create two separate queries, one for each statement? Your help and expertise will be appreciated.