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

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
 
D

Douglas J. Steele

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

Chipcom

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
 
M

magmike

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. :)
 
D

Douglas J. Steele

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

Top