> Look at the Choose() function.
Glad I could help Chris!
>> Look at the Choose() function.
>
[quoted text clipped - 5 lines]
>greetz
>chris

Signature
RuralGuy (RG for short) aka Allan Bunch MS Access MVP - acXP WinXP Pro
Please post back to this forum so all may benefit.
>> Look at the Choose() function.
>
[quoted text clipped - 5 lines]
> greetz
> chris
Choose() is good!
Just for your general information .... in addition to using Choose(),
you could also have used IIf().
=IIF([OptionValue] = 1,"red",IIf([OptionValue]= 2,"blue","yellow"))
and if you have lots of options, Select Case in VBA code.

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail