Typed value in combo box not allowing change (1 Viewer)

krissy21

Registered User.
Local time
Today, 11:22
Joined
Dec 8, 2016
Messages
21
Hello,

I have a combo box on a form that, (OnChange), is set to re-query textbox calculations. When I select an option from the combo box list, the calculations are re-queried as desired. However, when I type them in, nothing happens and the values in the textboxes stay the same.

Why is that and how can I change it to be re-queried on a typed or selected value?

Thanks!
 

JHB

Have been here a while
Local time
Today, 19:22
Joined
Jun 17, 2012
Messages
7,732
Try moving your code from the form's OnChange event, to your combobox OnChange event.
 

krissy21

Registered User.
Local time
Today, 11:22
Joined
Dec 8, 2016
Messages
21
JHB,

It was under the combobox event but you gave me another idea. I placed the same event as the OnChange, under AfterUpdate and it works great! :)

Thank you!!!
 

JHB

Have been here a while
Local time
Today, 19:22
Joined
Jun 17, 2012
Messages
7,732
Okay good you got it solved. :)
 

Users who are viewing this thread

Top Bottom