T
Tim Zych
How insert into a table constants along with the results of a SELECT
statement?
This doesn't work
INSERT INTO tblCode ( CatID, Title, Code ) VALUES ((SELECT tblCats.CatID
FROM tblCats WHERE tblCats.Cat = "Category1") , 'Title1', 'Code1');
statement?
This doesn't work
INSERT INTO tblCode ( CatID, Title, Code ) VALUES ((SELECT tblCats.CatID
FROM tblCats WHERE tblCats.Cat = "Category1") , 'Title1', 'Code1');