Benedikt83
Programmer
Hallo!
Can anyone tell me why this Access-Query doesn't work?
INSERT INTO Pieces (Piece, idComposer)
VALUES ('Song XY', (SELECT idComposer
FROM Composers
WHERE Name = 'ComposerXY'));
An Error is raised that tells that there was no description to it.
Thank you in advance!
Benedikt Höfl
Can anyone tell me why this Access-Query doesn't work?
INSERT INTO Pieces (Piece, idComposer)
VALUES ('Song XY', (SELECT idComposer
FROM Composers
WHERE Name = 'ComposerXY'));
An Error is raised that tells that there was no description to it.
Thank you in advance!
Benedikt Höfl