R
RL
How do I make the Enter key activate a command button or a
macro from a form?
I have a text box on a form that feeds into a query. I have
a "Go" button that activates the macro that uses the query.
I want the user to be able to type in their text, and then
hit the Enter key, and have the Enter key activate the
macro. Right now they have to stop typing and click the
"Go" button with their mouse to move forward.
The EnterKeyBehavior Property does not do this, that I can
see. If I used a Parameter Query, the pop-up parameter box
would work this way, but I have other things going on in
this macro, and I really need the text to be entered in the
form.
Thanks for any help you can give me with this!
macro from a form?
I have a text box on a form that feeds into a query. I have
a "Go" button that activates the macro that uses the query.
I want the user to be able to type in their text, and then
hit the Enter key, and have the Enter key activate the
macro. Right now they have to stop typing and click the
"Go" button with their mouse to move forward.
The EnterKeyBehavior Property does not do this, that I can
see. If I used a Parameter Query, the pop-up parameter box
would work this way, but I have other things going on in
this macro, and I really need the text to be entered in the
form.
Thanks for any help you can give me with this!