G
Guest
Hi,
I am designing a Database, and managed to do mostly everything I needed to do.
However, I can't seem to find any examples or ideas on HOW to record any
changes made in a form in another separate table, which has the same fields
as the form I want to record the changes. I tried using Before Update Event,
but instead of saving the information into a NEW RECORD every time a record
is changed, it just overwrites the existing table record.
To Summaries I want all changes made in a form to be saved in a separate
table, for instance if price is changed from £10 to £7 to £2 - I want all
these changes saved in a separate table to keep track of everything that
happens.
Can anyone help?
Thanks in advance,
Cowji
I am designing a Database, and managed to do mostly everything I needed to do.
However, I can't seem to find any examples or ideas on HOW to record any
changes made in a form in another separate table, which has the same fields
as the form I want to record the changes. I tried using Before Update Event,
but instead of saving the information into a NEW RECORD every time a record
is changed, it just overwrites the existing table record.
To Summaries I want all changes made in a form to be saved in a separate
table, for instance if price is changed from £10 to £7 to £2 - I want all
these changes saved in a separate table to keep track of everything that
happens.
Can anyone help?
Thanks in advance,
Cowji