Recording changes

J

Jason

I have a form and I'd like to know what changes were made
to previously saved records. In order to edit records, the
user has to press an unlock button (to prevent accidental
edits.) Is there some way that I can write the changes
that are made to a table to maintain history? I think
maybe the On Dirty event?

All help is appreciated...Thanks in advance!

Jason
 
G

Gary Miller

Jason,

I would think that the OnDirty even would be too early as
that occurs just as the first Edit is being made. I would
suggest either the Before or AfterUpdate events using a
recordset method to populate the second history table.

Gary Miller
Sisters, OR
 

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