Hi, this has to be really really simple...
I get a 'Syntax error in UPDATE statement' error when executing the code below to update my Access database:
Any ideas??
Thanks.
I get a 'Syntax error in UPDATE statement' error when executing the code below to update my Access database:
Code:
UPDATE Advert SET IsActive = -1, Date = #17/02/2004# WHERE AdvertId=" & iAdvertId
Any ideas??
Thanks.