The $id and $date parts are variables within my php code.
If in access I change the variables to the figures that the variables represent, it works.
If I try to run this within the php code I get the syntax error!
Please help!
Code:
UPDATE Temp_Allocation
SET Service_ID=$id
WHERE [Date]='$date'
AND Duty_ID='2'
If in access I change the variables to the figures that the variables represent, it works.
If I try to run this within the php code I get the syntax error!
Please help!