Hi people...
I have 2 tables, "Language"and "LangChart". The 2 tables and joined by a field called "LangCode" in relationship.
"Language" will contain the language abilities of the user, with the fields (LangID, LangCode, Level, SubLevel and ID)
"LangChart" is just a chart to verify which language type belongs to which code, e.g. English is ENG, Japanese is JAP. The fields are (LangCode and Language).
I have created a form called Language which updates all the data fields in the language table.
I have set the langcode field (common across the 2 tables) be a combo box which displays the language types like English and Japanese in the drop down menu. But upon selecting the language type, the langcode (ENG, JAP) will be capture instead of language name, and updated into the language table.
Is there anyway to accomplish the above?
Thanks in advance.
I have 2 tables, "Language"and "LangChart". The 2 tables and joined by a field called "LangCode" in relationship.
"Language" will contain the language abilities of the user, with the fields (LangID, LangCode, Level, SubLevel and ID)
"LangChart" is just a chart to verify which language type belongs to which code, e.g. English is ENG, Japanese is JAP. The fields are (LangCode and Language).
I have created a form called Language which updates all the data fields in the language table.
I have set the langcode field (common across the 2 tables) be a combo box which displays the language types like English and Japanese in the drop down menu. But upon selecting the language type, the langcode (ENG, JAP) will be capture instead of language name, and updated into the language table.
Is there anyway to accomplish the above?
Thanks in advance.