I have a Insert Into Query which looks up its value in a table so it will look something like
INSERT INTO Orders VALUES (3,(SELECT Product_ID FROM Product_Range WHERE [Name of The Product] = 'Bhujia'),0,1,0,0,0)
But since the values need actual values and not queries how can I do this?