anyone help me with this INSERT function a comma appears before the entry in the database field i cant figure out why???

strstate = Request.Form("state")
strSQL = "INSERT INTO surfboardtable (state)"
strSQL = strSQL & "VALUES ('" & strstate & "')"
Set RSboard = OBJdbConnection.Execute(strSQL)

thanks
beginner