Update =Date() on Form Load

ashleybyrdnc

Registered User.
Local time
Yesterday, 22:49
Joined
Sep 27, 2006
Messages
17
I have a form, that when I create a new record it puts a a =Now() time stamp in the Date Field, but I would like for that time to be updated if anything on the record is changed, later on. How do I update that time?
 
Put your code in the form's BeforeUpdate event. Any time the record is changed the field will reflect the current DateTime of the change.
 
I think thats my problem my code isn't working!
 
Post the BeforeUpdate SubRoutine starting at Private and go to End Sub so we can see it. Use the code tags to preserve the formatting.
 

Users who are viewing this thread

Back
Top Bottom