Automatic way of switching keyboard layout from one language to an

J

Jimmy Ionic

What is the way of switching the keyboard layout from English to, lets say,
Russian, when a certain field in the data entry form gets the focus? My
operators sometimes
complain that they have to switch the layout manually in order to be able to
type in
another language.
 
J

John Nurick

Hi Jimmy,

I've never tried this, but textboxes and comboboxes in Access 2003 (and
perhaps 2002, I can't check that here) have a KeyboardLanguage property;
manipulate this in each one's Enter event. See Help for information on
the values to use.
 
B

Brendan Reynolds

See my response in the microsoft.public.access.forms newsgroup, in the
thread "Setting the initial keyboard language to Russian (by which code?)"
 
Top