Find out what was updated

gecko_1

Registered User.
Local time
Today, 23:58
Joined
Feb 7, 2005
Messages
39
Hi,

I want to be able to find out what record was updated and I need to then log some details to another table. If I use the Form_BeforeUpdate event to detect that the recored will be updated,
then How do I find out what record was updated.

Thanks,
Todd
 
Todd,

When the BeforeUpdate event fires, all of your fields will have their values.
You can access whatever Primary Keys you have for logging to an Audit
Trail.

Wayne
 

Users who are viewing this thread

Back
Top Bottom