this is one of the fields in my table that I'm trying to update along with some Contact info, such as, name, address, city, etc.
The State_ID is the only field in the tbl that has its own tbl that consist of states of the US.
This is the error I'm getting
This is being done in a Case "UPDATE"
HELP PLEASE!!!!
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/boilers/Blr_inspector_process.asp, line 47
strSQL = strSQL & "Request.Form("State_ID") & ", "
---------------------------------^