1.
strSQL =
"UPDATE Loan SET "
2.
strSQL = strSQL&
" Submission = "
&Request.querystring(
"textfield13"
)&
" "
3.
strSQL = strSQL&
" , MacaqueCash = "
&Request.querystring(
"textfield15"
)&
" "
4.
strSQL = strSQL&
" , Cash = "
&Request.querystring(
"textfield14"
)&
" "
5.
strSQL = strSQL&
" , WaitReceive = "
&Request.querystring(
"textfield16"
)&
" "
6.
strSQL = strSQL&
"WHERE LoanID = '"
&(LoanID)&
"' "