C
Christina
In my query I have a field with an iif statement that is too long now.
simple ex.
IIf([region]="LA",([date]-[daysLA])-[additionaldaysLA],
IIf([region]="NA",([date]-[daysNA])-[additionaldaysNA],([date]-[days])-
[additionaldays]))
Is there any way to convert this to a function to call from the query?
simple ex.
IIf([region]="LA",([date]-[daysLA])-[additionaldaysLA],
IIf([region]="NA",([date]-[daysNA])-[additionaldaysNA],([date]-[days])-
[additionaldays]))
Is there any way to convert this to a function to call from the query?