I would like to be able to count how many times individual records from a database are retrieved. For example if I have a database of all the shops in a shopping mall website, I would like to count how many times each store was searched for and their details displayed. Can I add a field to the databse where I can write to it and increment the number as each record is retieved?