Folks
I want to have a field in my table that keeps the count of how many times a particular field was updated...
For eg.
Account# Balance Count
100234 2000 1
If the amount is updated ...suppose 3000
then my table should be
Account# Balance Count
100234 3000 2
Can anyone tell me what would be the best way to do this...
Regards
Jol