Show rowsource value

holiday_intern

New member
Local time
Today, 01:08
Joined
Jul 21, 2005
Messages
8
following problem:
1) a textbox gets value from a combobox
2) after selection in combobox value exists in table but isn't shown in textbox
until form is closed and newly opened

-> how do i requery so that the value that is existing is shown instantly??
 
thanks Bakta, what do you mean with refresh mthod ?

i have solved it with me.requery instead of me.textbox.requery.
now it would be interesting whats the difference that it doesn't work if i only requery the textbox that refers to the value?
 

Users who are viewing this thread

Back
Top Bottom