Re: Flow Control in Access?



GREAT! Thanks, it works.

Vitali Kalinin wrote:

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


.