M
Mary
Is there a way to have more than one argument in an IIF
statement?
I'd like the function to show records that meet the
following criteria -
AppDate=Yes And DeniedDate=Yes
Or
AppDate=No
Or
DisAppDate=Yes And DisDeniedDate=Yes
Or
DisAppDate=No
If these are all true, then show [Date], otherwise leave
null.
I can get the function to work with any one of these
statements, but not all of them together.
Thanks for the help.
Mary
statement?
I'd like the function to show records that meet the
following criteria -
AppDate=Yes And DeniedDate=Yes
Or
AppDate=No
Or
DisAppDate=Yes And DisDeniedDate=Yes
Or
DisAppDate=No
If these are all true, then show [Date], otherwise leave
null.
I can get the function to work with any one of these
statements, but not all of them together.
Thanks for the help.
Mary