I need to run the following query in VB, but it goes in an event procedure for a form button in Access. It's looking up a language abbreviation given the language name.
Where languageForm contains the language name.Code:SELECT abbreviation FROM languages WHERE name = Me.languageForm
Thanks




Reply With Quote