Many thanks Kris.
Function MatchUp (CityName As String)
Matchup = Switch(CityName = "London", "English",
CityName = "Rome", "Italian", CityName = "Paris", "French")
End Function
>.
>
--
UK Website Solutions, Advice, Articles and News @ http://www.phizzie.com
"Jim K" <ken...@gimail.af.mil> wrote in message
news:043601c2ea4f$57faded0$3301...@phx.gbl...
If you have small integer values, you might find the Choose function easier
to use:
Select Choose([FldA],"One", "Two") As FieldA, ...
--
Duane Hookom
MS Access MVP
"kris leech" <kris...@email.com> wrote in message
news:b54dp2$7lu$1...@helle.btinternet.com...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.462 / Virus Database: 261 - Release Date: 3/13/2003
--
UK Website Solutions, Advice, Articles and News @ http://www.phizzie.com
"Duane H" <duane...@hotmail.com> wrote in message
news:uD4ofNL7...@TK2MSFTNGP12.phx.gbl...