G
Guest
This should be simple. I have a combo box that creates a filter on a form
after it is updates. I've set the On Change event to cause the combo box to
drop down. I like this because is shows me the selections available as I
narrow things down. I want to be able to select the correct item using the
keyboard, then hit the enter key. No matter what I do I cannot get it to
respond to the "Enter" key. The only thing that works is to put a button on
the form with no code and set the default value to "Yes". When I do the the
after update event will then kick off. k I know I can use the tab key or the
mouse, but I like the Enter key.
Any suggestions?
after it is updates. I've set the On Change event to cause the combo box to
drop down. I like this because is shows me the selections available as I
narrow things down. I want to be able to select the correct item using the
keyboard, then hit the enter key. No matter what I do I cannot get it to
respond to the "Enter" key. The only thing that works is to put a button on
the form with no code and set the default value to "Yes". When I do the the
after update event will then kick off. k I know I can use the tab key or the
mouse, but I like the Enter key.
Any suggestions?