imstillatwork
IS-IT--Management
I want to increment by 1, this sql posted is incrementing by 2! it worked fine in access. please suggest something!
Maybe i could get some insight as to why this does not work?
UPDATE tblCars
SET carviews=carviews + 1
WHERE CarID=#attributes.CID#
it will work in access / mssql....
THANKS!
Maybe i could get some insight as to why this does not work?
UPDATE tblCars
SET carviews=carviews + 1
WHERE CarID=#attributes.CID#
it will work in access / mssql....
THANKS!