I have a search form. and many unbound control. My main search text box "txtAccount " is acting weird or I am not doing it right.
I want user to input a value and hit the enter key. I put something on the "on Enter" event but the code kicks in as soon as I load the form.
After by passing the first error I enter something in my search box and hit the enter key on my keyboard and nothing happens. I even try to put msgbox "test" on the enter event and it does not do anything.
Please advise how can i take care of this issue. i even took out the tab stop on that text box.
Thanks
I want user to input a value and hit the enter key. I put something on the "on Enter" event but the code kicks in as soon as I load the form.
After by passing the first error I enter something in my search box and hit the enter key on my keyboard and nothing happens. I even try to put msgbox "test" on the enter event and it does not do anything.
Please advise how can i take care of this issue. i even took out the tab stop on that text box.
Thanks
Comment