How can I monitor a field in a table

atrium

Registered User.
Local time
Today, 19:08
Joined
May 13, 2014
Messages
348
I have a field in a table that randomly changes back to zero. In the program that updates the field as it should is fine, it updates it as it should. I have been right through all update queries that are used else where and not one update touches that field. I have had a look at the dependencies for the table and checked all the queries and forms used - solution.
Is there a way that in normal processing I can be alerted that the contents of the field has changed, when and by what program.

I hope someone can help
 
Honestly the best advice is probably to continue to do a deeper search and find the real problem. It's somewhere.

But you could also create a Data Macro and see if it alerts you as to when this occurs. Maybe that will help you trace it? I've never used Data Macros, but I've heard of them.
 
Hi. The first thing that came to my mind was to use a Data Macro. However, I am not sure what information you can get out of it. We'll probably need to know more about your setup.

Edit: Oops, too slow...
 
Could be an update query in VBA. Use Find in the editor to search for the table or field in the whole project.
Download and install V-tools and use the Total Deep Search to search everywhere in the project and database.

Is the field value definitely changing back from another value or is it a new record that got a zero inserted?
 
Galaxion, No it's definitely a field that had a value and now it's zero.
 
Could there be another database front end connected to it?

Can users open the table in the Navigation Pane? Maybe a meddler has been going directly into the table and editing the value?
 
somebody is stealing the cookies?
 
Could there be another database front end connected to it?

Can users open the table in the Navigation Pane? Maybe a meddler has been going directly into the table and editing the value?
I don't believe they are
It makes more work for every one
 
I have created a table data macro that will send me an email on after change and the value equals zero
 

Users who are viewing this thread

Back
Top Bottom