M
Mike C.
Hello.
I recently added an "audit trail" to one of my forms in
order to see what changes have been made to a specific
record. I got this code from the MS Knowledge Base
http://support.microsoft.com/default.aspx?scid=kb;en-
us;197592&Product=acc2000
The code works perfectly once intergrated into my
database. It shows every field on the form, about 30 or
so, and what changes, if any, were made to them. The
thing is, it shows ALL activity that was made - meaning it
keeps track EVERY time the form is updated (i.e. if a
change was made on 3/22/04, it shows all field activity,
then if a change was made on 3/24/04, it once again shows
all field activity in addition to the activity that was
made on 3/22/04) This causes Audit field to eventually
contain hundreds of lines of data.
Is there a way to ammend the code so that it shows only
the LAST changes that were made instead of ALL?
Thanks in advance,
MC
I recently added an "audit trail" to one of my forms in
order to see what changes have been made to a specific
record. I got this code from the MS Knowledge Base
http://support.microsoft.com/default.aspx?scid=kb;en-
us;197592&Product=acc2000
The code works perfectly once intergrated into my
database. It shows every field on the form, about 30 or
so, and what changes, if any, were made to them. The
thing is, it shows ALL activity that was made - meaning it
keeps track EVERY time the form is updated (i.e. if a
change was made on 3/22/04, it shows all field activity,
then if a change was made on 3/24/04, it once again shows
all field activity in addition to the activity that was
made on 3/22/04) This causes Audit field to eventually
contain hundreds of lines of data.
Is there a way to ammend the code so that it shows only
the LAST changes that were made instead of ALL?
Thanks in advance,
MC