N
Noozer
Just wondering if there is a simple way to do this...
I have an MS Access table that I'm using from an ASP page. It's quite
simple... Just one row with six columns. I want to be able to specify a
column and increment the value in that column.
Something like this.. I want to increment the value in column three:
UPDATE Counters Set [3] = [3]+1 ;
Thanks!
I have an MS Access table that I'm using from an ASP page. It's quite
simple... Just one row with six columns. I want to be able to specify a
column and increment the value in that column.
Something like this.. I want to increment the value in column three:
UPDATE Counters Set [3] = [3]+1 ;
Thanks!