S
Sharkbyte
I have an application where there is a need to input a large string of single
alpha characters. Is it possible to get Access to process on the keystroke,
while still capturing the keystroke?
I have tried both KeyPress and KeyDown, and both process on the action, but
the text box does not display/retain the value of the key. It is either Null
or "". And AfterUpdate requires a second keystroke to fire.
Any help is appreciated.
Sharkbyte
alpha characters. Is it possible to get Access to process on the keystroke,
while still capturing the keystroke?
I have tried both KeyPress and KeyDown, and both process on the action, but
the text box does not display/retain the value of the key. It is either Null
or "". And AfterUpdate requires a second keystroke to fire.
Any help is appreciated.
Sharkbyte