change language bar automatically for each field in acc...

A

Archivist

I am using two languages in my database (access 2003). I would like the
language bar to change automatically when entering each field on my forms. Is
there a way to do it via VBA code?
 
J

John Nurick

Hi Archivist,

Check out the KeyboardLanguage property of the TextBox control.
 
Top