B
Brendan
If you have a text box into which you enter some text and
use the On Change function to SetFocus away from the text
box you will often get an error if you type in a lower
case i. The solution is to turn off the autocorrect
attribute for the textbox.
The problem happens when you type in a lowercase "i".
Access trys to autocorrect it to an "I" while at the same
time the "On Change" function is running, trying to
SetFocus away from the text field. Thus a runtime error
is formed.
Hope that helps somebody,
Brendan
use the On Change function to SetFocus away from the text
box you will often get an error if you type in a lower
case i. The solution is to turn off the autocorrect
attribute for the textbox.
The problem happens when you type in a lowercase "i".
Access trys to autocorrect it to an "I" while at the same
time the "On Change" function is running, trying to
SetFocus away from the text field. Thus a runtime error
is formed.
Hope that helps somebody,
Brendan