C
Crowbar via OfficeKB.com
Hi,
I cannot understand why I having trouble with this one but here goes...
When data is keyed within textbox1 and then the Enter Key is pressed I would
like a function to be activated.
The closest I have got is setting the EnterkeyKeyBehaviour to true so that
the cursor leaves the textbox. Then I have a sub command that activates
because the cursor left the textbox (private sub_exit). This does work but is
a bit rubbish when you leave the textbox to use other functions on the form.
Hope you can help
I cannot understand why I having trouble with this one but here goes...
When data is keyed within textbox1 and then the Enter Key is pressed I would
like a function to be activated.
The closest I have got is setting the EnterkeyKeyBehaviour to true so that
the cursor leaves the textbox. Then I have a sub command that activates
because the cursor left the textbox (private sub_exit). This does work but is
a bit rubbish when you leave the textbox to use other functions on the form.
Hope you can help