Strange error message

the following code is throwing an error of “missing Coma”

Can anyone see something I don’t?

<cfquery name=“insPorder” datasource=“invoice”>
insert into invoicetrk000.purchase_order(ponumber,
vendor_id,
cotr_id,
emp_id,
cr,
dte_entered,
entered_by,
pp_start_dte,
pp_end_dte,
description,
award_type,valid_flag)
values(‘#form.pordernum#’,
#form.vendor#,
#form.cotr_id#,
#form.spec_id#,
#form.cr_award#’,
#form.dte_entered#’,
#form.entered_by#,
#form.pp_start_dte#’,
#form.pp_end_dte#’,
#form.description#’,
#form.sourcing#,‘Y’)
</cfquery>

its the only code on the page so it is not happening before this.

confused.

instead of CFQUERY, please CFOUTPUT so we can see what that looks like with all the cf variables substituted