I have a database that tracks consecutive miles a driver has driven without an accident. I would like for the running total to reset to 0 whenever the driver has an accident but don't want to lose historic data in case it needs to be referenced.
Anyone have any ideas.