Date/Time Stamp

  • Thread starter Thread starter Brian
  • Start date Start date
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
(e-mail address removed)
 
Move the code to the BeforeUpdate event of the form - that should take care
of it.
 
Back
Top