Hi,
Please what's wrong with this Update statement
strSQL = "UPDATE Airbooking SET Head_Approve = 'Approved', Head_Approval_Date = ' # Date() # '" & _
"WHERE ID IN (" & strDeleteList & "
"
dcnDB.Execute(strSQL)
Keep getting this error
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
I did a response.Write strSQL and got this
UPDATE Airbooking SET Head_Approve = Approved WHERE ID IN (510, 511) .
Don't know the possible cause of the problem.
Oysterbar ride to success. Keep Riding
Please what's wrong with this Update statement
strSQL = "UPDATE Airbooking SET Head_Approve = 'Approved', Head_Approval_Date = ' # Date() # '" & _
"WHERE ID IN (" & strDeleteList & "
dcnDB.Execute(strSQL)
Keep getting this error
Microsoft JET Database Engine error '80040e10'
No value given for one or more required parameters.
I did a response.Write strSQL and got this
UPDATE Airbooking SET Head_Approve = Approved WHERE ID IN (510, 511) .
Don't know the possible cause of the problem.
Oysterbar ride to success. Keep Riding