Automatic Updates

katz3yez

New member
Local time
Yesterday, 22:18
Joined
Jan 30, 2007
Messages
9
Current Date Tracking (automatic update)

Hi,

I would like to automatically track any updates that goes on in my database. I would like to track the date whenever any changes, updates happens on a record. I tried using after update =NOW() on the date field but I can't seem to make it work. Can anybody help me? Thank you. :(
 
Last edited:
Two things -
1. You have to use the BeforeUpdate to add it otherwise you would run into a perpetual loop. You would update the field after it's been updated and then it will have been updated again after updating it's date so it would update again, etc.

2. Try the search function on here and plug in Audit Trail as there are several posts and examples posted.
 
Date Tracking

Hi, I tried the search option you mentioned but I couldn't find anything similar to it. Do you have any examples or does anybody have something? Thank you.
 
Hi Again...

Thank you. I'm getting there. I tried the sample but it's giving me this error 3251: Operation is not supported for this type of object. It works but it gives me this error message whenever I go to another record. I also have pull downs. Do you think is the problem? Thank you.
 

Users who are viewing this thread

Back
Top Bottom