vba .OldValue not working

spinkung

Registered User.
Local time
Today, 20:48
Joined
Dec 4, 2006
Messages
267
hi

i'm trying to use old value on an after update event so i can create an audit of changes.

However, the value i'm getting is always the new changed value. do i need to get the value in another event? the control is a bound field to an sql table.

thanks

:banghead:
 
Not tested - but what about before update event?
 
oldvalue is set to newvalue when the record is updated, so you need to capture it in the before update event.
 

Users who are viewing this thread

Back
Top Bottom