R
RICHARD BROMBERG
I have two combo boxes.
After the first one loses focus I manually click on the second and it runs
properly.
I want to change the operation so that when the first combo box loses focus
I want to automatically run a second procedure.
In effect I want to avoid having to manually click on the down arrow in the
Second combo box and then click on one of the items in the dropdown list.
Is there some way to do this?
I tried using DoCmd OpenQuery which kind of works but it actually opens
a new screen with the results of the Query displayed.
That's close but not exactly what I want.
Thanks
After the first one loses focus I manually click on the second and it runs
properly.
I want to change the operation so that when the first combo box loses focus
I want to automatically run a second procedure.
In effect I want to avoid having to manually click on the down arrow in the
Second combo box and then click on one of the items in the dropdown list.
Is there some way to do this?
I tried using DoCmd OpenQuery which kind of works but it actually opens
a new screen with the results of the Query displayed.
That's close but not exactly what I want.
Thanks