OldValue property in macro

joeschwa

Registered User.
Local time
Today, 04:32
Joined
Aug 24, 2015
Messages
10
I have access 2010

how can I refer an OldValue property in a macro (not in vba)

thanks all
 
Don't use macros but the expect syntax seems to work:

Forms!Formname!TextboxName.OldValue
 
Yes, its works !!!!

Thanks
 

Users who are viewing this thread

Back
Top Bottom