Anybody have a clue what is wrong with this, I keep geting told that there is a semicolon missing.
<CFQUERY NAME="2" DATASOURCE="perspectives">
INSERT INTO questiontest(question)
VALUES
('#Form.question#')
UNION
INSERT INTO questiontest(Cat_num)
Select Cat_Num
From Categories
Where Categories.Category = '#Form.Category#';
</cfquery>
 
A.

Reply via email to