darbid
03-03-2009, 06:23 AM
I am going to be using the
acCmdSpellingmethod to spell check a field. It will be checking the english language on clients that can have any combination of languages for XP/Microsoft Access and also for the dictionaries.
I am therefore going to use the
Application.getoption
Application.setoption
to change and then change back the users dictionary.
Where are the codes/IDs for the "Spelling Dictionary Language"
I have found in other forums
Application.SetOption "Spelling dictionary language", 2057 'For Englishbut also
Application.SetOption "Spelling dictionary language", 5 ' for EnglishThese may be British and US english I do not know but where do I get this list from.
acCmdSpellingmethod to spell check a field. It will be checking the english language on clients that can have any combination of languages for XP/Microsoft Access and also for the dictionaries.
I am therefore going to use the
Application.getoption
Application.setoption
to change and then change back the users dictionary.
Where are the codes/IDs for the "Spelling Dictionary Language"
I have found in other forums
Application.SetOption "Spelling dictionary language", 2057 'For Englishbut also
Application.SetOption "Spelling dictionary language", 5 ' for EnglishThese may be British and US english I do not know but where do I get this list from.