R
Rob W
Greetings,
Even though Im working with JSP I connect to an MS Access Database, I want
to select a record and then after the select Update the field 'ViewCount' by
incrementing it by ONE each time the same record is retrieved via the SELECT
* TABLE statement.
To clarify I've done an example below, would this work?
UPDATE TABLE
SET = VIEWCOUNT = VIEWCOUNT + 1
WHERE ID = FORM.ID
Hope this makes sense
Rob W
Even though Im working with JSP I connect to an MS Access Database, I want
to select a record and then after the select Update the field 'ViewCount' by
incrementing it by ONE each time the same record is retrieved via the SELECT
* TABLE statement.
To clarify I've done an example below, would this work?
UPDATE TABLE
SET = VIEWCOUNT = VIEWCOUNT + 1
WHERE ID = FORM.ID
Hope this makes sense
Rob W