Report from Audit Trail

A

Alan

I am using Allen Browne's audit trail to great effect. However, I am trying
to write a query to extract the changes of a certain field into a report. My
problem is that whenever anything changes a new record is created in the
auddata table but the Status field which I want to report on may not be the
field that has changed. I want to show only the Status field as it changes
in order ot have a 'timeline' of changes. Can anyone help?

Many thanks,

Alan.
 
J

Jeff Boyce

While I haven't used Allen's audit trail, I'm going to guess that one of the
fields recorded is the name of the field changed. If so, could you use a
query to find all change records where [FieldChanged] = "Status"?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
A

Alan

Hi Jeff,

Thanks for your prompt response. I'm fairly new to this so not too hot on
writing code. Would you have an example?

Thanks again,

Alan.

Jeff Boyce said:
While I haven't used Allen's audit trail, I'm going to guess that one of the
fields recorded is the name of the field changed. If so, could you use a
query to find all change records where [FieldChanged] = "Status"?

Regards

Jeff Boyce
Microsoft Office/Access MVP

Alan said:
I am using Allen Browne's audit trail to great effect. However, I am
trying
to write a query to extract the changes of a certain field into a report.
My
problem is that whenever anything changes a new record is created in the
auddata table but the Status field which I want to report on may not be
the
field that has changed. I want to show only the Status field as it
changes
in order ot have a 'timeline' of changes. Can anyone help?

Many thanks,

Alan.
 
B

benedito

Alan said:
I am using Allen Browne's audit trail to great effect. However, I am
trying
to write a query to extract the changes of a certain field into a report.
My
problem is that whenever anything changes a new record is created in the
auddata table but the Status field which I want to report on may not be
the
field that has changed. I want to show only the Status field as it
changes
in order ot have a 'timeline' of changes. Can anyone help?

Many thanks,

Alan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

audit trail 7
A.Browne's Audit Trail - Subforms 6
Audit Trail 1
Audit Trail 6
Mr Browne's audit trail 8
Audit Trail Error 5
A question on Allen Browne's Audit trail procedure? 2
Audit Trail 2

Top