J
Jasper Recto
I have a form that has a text field. That field asks for a certain letter.
When you type the letter in, you press a button that assigns that text field
to a value and then executes a command.
The problem I'm having is that if you just type the letter and then press
the button, it does not recognize the letter that was just inputted. It's
as if no letter was ever entered.
If you type the letter, hit return or tab to the next object and then press
the button, it accepts the input.
How can I get it to accept the input without having to hit enter after you
type in the input?
One thing that is different about this form is that I am not using a normal
button that access creates. I am using an image that runs the event
procedure when you click on it. Could that be the issue? If so, what can I
do?
Thanks,
Jasper
When you type the letter in, you press a button that assigns that text field
to a value and then executes a command.
The problem I'm having is that if you just type the letter and then press
the button, it does not recognize the letter that was just inputted. It's
as if no letter was ever entered.
If you type the letter, hit return or tab to the next object and then press
the button, it accepts the input.
How can I get it to accept the input without having to hit enter after you
type in the input?
One thing that is different about this form is that I am not using a normal
button that access creates. I am using an image that runs the event
procedure when you click on it. Could that be the issue? If so, what can I
do?
Thanks,
Jasper