I have a form to add terms to a thesaurus table.
I have a drop-down list for the user to select the language (fr, en,
es,), and then a text box to write a term with a code. I want to set
the @thesaurus[whichever language was selected] = term.
How can I say @thesaurus[‘fr’] = term, where ‘fr’ was the selected
language in the select box?