S
Seamus Conlon
In a VB program I want to run an INSERT INTO query that
will insert a fixed string into the first field of the output table and
use a SELECT statement to fil the rest of the fields from another
table. Something like
Insert into table1 "textstring", select * from table2 where ....
I have tried a variety of formats and keep getting a syntax error.
Any ideas of how best to do this.
Many thanks,
Seamus
will insert a fixed string into the first field of the output table and
use a SELECT statement to fil the rest of the fields from another
table. Something like
Insert into table1 "textstring", select * from table2 where ....
I have tried a variety of formats and keep getting a syntax error.
Any ideas of how best to do this.
Many thanks,
Seamus