Value Change Event

C

Chipcom

Hi

I would like to know how to make a new event that occurs when a value
in an object changes.

Thanks
 
D

Douglas J. Steele

Can you give an example of what you mean? If by "an object" you mean a text
box or other Access control, the control has an AfterUpdate event that you
can use. For ActiveX controls, it's not quite as straight-forward.
 
C

Chipcom

Can you give an example of what you mean? If by "an object" you mean a text
box or other Access control, the control has an AfterUpdate event that you
can use. For ActiveX controls, it's not quite as straight-forward.

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no private e-mails, please)








- Show quoted text -



I mean by a textbox (Unbound).
 
C

Chipcom

Can you give an example of what you mean? If by "an object" you mean a text
box or other Access control, the control has an AfterUpdate event that you
can use. For ActiveX controls, it's not quite as straight-forward.

--
Doug Steele, Microsoft Access MVPhttp://I.Am/DougSteele
(no private e-mails, please)








- Show quoted text -

Hi

I am using a textbox (unbound).
I tried with Afterupdate event but it is not working.
Can you please help me?

Thanks
 
T

Tom Ventouris

Are you trying to trigger code or a macro with the AfterUpdate? Post it, the
problem is probably in there.
 
Top