T t3nchi Registered User. Local time Today, 10:57 Joined Sep 28, 2005 Messages 79 Jan 19, 2006 #1 I choose a ‘Year’ from a combo box. Why doesn’t the data in my textbox update? (It’s a count of records for that year)
I choose a ‘Year’ from a combo box. Why doesn’t the data in my textbox update? (It’s a count of records for that year)
FoFa Registered User. Local time Today, 10:57 Joined Jan 29, 2003 Messages 3,653 Jan 19, 2006 #2 t3nchi said: I choose a ‘Year’ from a combo box. Why doesn’t the data in my textbox update? (It’s a count of records for that year) Click to expand... Typically you have to refresh the control to (rerun) the code behind it with the new parameters.
t3nchi said: I choose a ‘Year’ from a combo box. Why doesn’t the data in my textbox update? (It’s a count of records for that year) Click to expand... Typically you have to refresh the control to (rerun) the code behind it with the new parameters.
T t3nchi Registered User. Local time Today, 10:57 Joined Sep 28, 2005 Messages 79 Jan 19, 2006 #3 I think I got it. Instead of using a textbox, I used a listbox that's shrunk down to a textbook 1-field size. It works fine.
I think I got it. Instead of using a textbox, I used a listbox that's shrunk down to a textbook 1-field size. It works fine.