Not all Events are showing for an Object on a Form in ACEESS 2007

T

TOMK

I have a field on a form that has code attached to the "BEFORE UPDATE" event,
but when I am in design mode and look at the properties for that object's
events, the "Before Update" does not appear. How does one activate it so
that all possible events show up as an option for placing code?
 
D

Dirk Goldgar

In
TOMK said:
I have a field on a form that has code attached to the "BEFORE
UPDATE" event, but when I am in design mode and look at the
properties for that object's events, the "Before Update" does not
appear. How does one activate it so that all possible events show up
as an option for placing code?

What type of control is it? Available events are not hidden for any
native Access controls.
 
Top