Date/Time Stamp

B

Brian

Hello All,
I would like to apply a date\time stamp when a record
changes. I tried applying a DataChange=Date() on the
AfterChange event on my form. When I do this, I am unable
to advance to the next record because when the date
changes it triggers the AfterChange event (loop).
Any ideas on how to approach this?

Thanks in advance,

Brian
[email protected]
 
S

Sandra Daigle

Move the code to the BeforeUpdate event of the form - that should take care
of it.
 
Top