Value Change Event

  • Thread starter Thread starter Chipcom
  • Start date Start date
C

Chipcom

Hi

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

Thanks
 
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.
 
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).
 
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
 
Are you trying to trigger code or a macro with the AfterUpdate? Post it, the
problem is probably in there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top