Hi All

I'm building a database in English but it has arabic people. One of the features that I need to include is some text boxes next to the names in english that will automatically display the name in arabic when the english version is typed in.
So far I had added the language update back for microsoft and changed my regional settings in Windows XP to add Arabic. This seems to be working fine since the option arabic is now showing up in the properties settings for the objects in my Access database forms. So I changed the 'Keyboard Language' setting in the properties for one of these name text boxes I have in my form. So if I type anything in this text box now it shows as arabic. But this is not quite what I'm needing. I don't want to directly type into this text box but just have it automatically update with the same name as the official name text box (which is in english and will be the one the user actually types into) but just in arabic. I've set these two text boxes equal to each other hoping that the arabic text box will convert the name in the official name text box. But it doesn't. I just puts the english version of the word in the arabic text box. So basically, the only way I'm getting the arabic text box to display arabic is if I type directly into it. I tried some VBA in the 'After Update' Event of the Official text box properties setting the arabic text box = official text box value. But this again just put the english version of the name in to arabic text box.
??? not sure how to make this work.
Please Help!!



I'm building a database in English but it has arabic people. One of the features that I need to include is some text boxes next to the names in english that will automatically display the name in arabic when the english version is typed in.
So far I had added the language update back for microsoft and changed my regional settings in Windows XP to add Arabic. This seems to be working fine since the option arabic is now showing up in the properties settings for the objects in my Access database forms. So I changed the 'Keyboard Language' setting in the properties for one of these name text boxes I have in my form. So if I type anything in this text box now it shows as arabic. But this is not quite what I'm needing. I don't want to directly type into this text box but just have it automatically update with the same name as the official name text box (which is in english and will be the one the user actually types into) but just in arabic. I've set these two text boxes equal to each other hoping that the arabic text box will convert the name in the official name text box. But it doesn't. I just puts the english version of the word in the arabic text box. So basically, the only way I'm getting the arabic text box to display arabic is if I type directly into it. I tried some VBA in the 'After Update' Event of the Official text box properties setting the arabic text box = official text box value. But this again just put the english version of the name in to arabic text box.
??? not sure how to make this work.
Please Help!!

