How to do evevet that triggers when a textbox value is changes

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

Chipcom

Hi

I would like to know how to make event that trigger when a textbox
(Unbound) changes.
For example I have a textbox unbound with the value for example 999
and when the value have changed then event needs to be triggered.

Thanks
 
While the BeforeUpdate event doesn't work for unbound controls, the
AfterUpdate one does.
 
While the BeforeUpdate event doesn't work for unbound controls, the
AfterUpdate one does.

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








- Show quoted text -

Hi

I tried the AfterUpdate event but Access doesn't tridders this event.

Any other Ideas?

Thanks
 
Hi

I tried the AfterUpdate event but Access doesn't tridders this event.

Any other Ideas?

Thanks- Hide quoted text -

- Show quoted text -

There may be a problem with your code. Show us the code and maybe we
can help. :-)
 
Have you moved focus from the text box (or at least hit enter in it)?

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Chipcom said:
I tried the AfterUpdate event but Access doesn't tridders this event.

Any other Ideas?

Thanks
 

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