Subject Logging data changes
Author Tim
Hi everyone,

We have a requirement from one of our clients to log data changes.
(For example, changing client or supplier details, logging stock
movements, that kind of thing)

I was thinking of using triggers to do this. In other words, on the
stock table for example, writing after insert, after update and after
delete triggers to track all stock movements including stock sales,
who made them, date and time, that kind of thing.

Any suggestions? Am I on the right track here?

FB 1.5.3 classic.