Show query info on the form

XXD

Registered User.
Local time
Yesterday, 20:11
Joined
Mar 11, 2008
Messages
68
Can't make this work:

My query is linked to a textbox on my form so depending on the value of the textbox it shows some data. But I can not make that data show on the form. The datasource on my form is that query but when i press a button to update the form nothing happens? Any suggestions anybody?

Thx in advance
XXD
 
Have you tried putting "Me.Requery" on the AfterUpdate event of the textbox?
 
Thanks for your help CEH. It worked :D

XXD
 

Users who are viewing this thread

Back
Top Bottom