Value of dropdown not changeing when I select new value

C

Computermike

Hi,

I have a dropdown to select a type of report to run, then a button to call
the report.

The dropdown changes but the control's value doesn't until I leave the
dropdown.
When I hit my button the dropdown is still active like I still making my
selection. Even though I selected another vaue, the dropdown's value has not
yet changed, so when you hit the button the select report isn't run, because
the dropdown still has the default value.

Does this make sense?

Please help!!!

Mike
 
K

Klatuu

No, it doesn't make sense. When you select an item from a combo and move to
another control, it should have the value of the selected item.
 
Top