calculated controls do not execute "update" events?

H

HB

I have code in the after update event of a calculated field that doesn't
fire, thought the value does change. Do only "table" fields trigger this
event?
 
P

PC Datasheet

From the Help file ---

BeforeUpdate and AfterUpdate macros and event procedures run only if you
change the data in a control. These events don't occur when a value changes
in a calculated control.
 
M

Mark

Nope, sorry. From the help file:
"AfterUpdate macros and event procedures run only if you change the data in
a control. This event does not occur when a value changes in a calculated
control."
 
Top