When trying to execute the following SQL statement from my ASP script.
strSQL = "UPDATE tblOutlets SET " &_
"company='" & fixQuotes(form_company) & "', " &_
"address='" & fixquotes(form_address) & "'," &_
"area='" & fixquotes(form_area) & "' " & "WHERE " &_
"voucher_id = " & form_voucherid
Id appreciate any help you can give!