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
(e-mail address removed)
 
S

Sandra Daigle

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top