I have an Access 2007 database application in which almost all input are English input. However I have a few Texboxes where I set KeyboardLanguage to Japanese.
The issue I have is if the user exits the Textbox (Japanese) and selects, say a Datasheet in a separate form, the IME is still set as Japanese when I want it to be English. The default keyboard input for the computer (XP Pro) and Access is English.
Though I can set KeyboardLanguage settings to English on all other controls, but that's annoying, when the default is English already. And besides, what does it mean when the KeyboardLanguage is set to "System"?
Is there a setting I can change to force the IME input to be English? Then I can define an OnLostFocus event to make the change on only the Japanese controls that require it.
TIA
-bhata