View Single Post
  #1  
Old March 3rd, 2010, 07:45 AM posted to microsoft.public.access.queries
alecgreen
external usenet poster
 
Posts: 45
Default Help please with nested iif

Hi

I am trying to create a nested iif, for the following scenerio - but I
am having difficulties

if due date is less than today, show yesterdays date.
if due date is between today and today plus 14 days, show the current
due date.
if due date is greater than today plus 14 days, show the current due
date plus 15 days.

I have managed the basic iif (true/false), but cant evaluate the rest!

Many Thanks

Alec