Re: Flow Control in Access?




"Kim S" <ks@xxxxxxxxxxxxxxx> ???????/???????? ? ???????? ?????????:
news:446d85d9$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Is it possible, and how, to use IF..THEN or CASE or similar syntax against
an Access 2003 db?

Regards,
Kim
You can use Iif function. Example: Iif(a<b, 'a less b', 'a greater or equal
b')


.