J
Joel
Hello,
I'm trying to use this in a query. This is what it looks like in SQL:
HAVING ((((IIf([DrawingStage]="New",[JobInitiatedDate]))) Between [Start
Date] And [End Date]));
It says that if the DrawingStage is New, then use the JobInitiatedDate field
for my Start Date and End Date user entry. This works well, but I want to
also say that if the DrawingStage is Complete, then use the
DrawingCompleteDate field.
In other words, how do I use two IIF statements in a single column in my
query?
Thank you for your help.
-Joel
I'm trying to use this in a query. This is what it looks like in SQL:
HAVING ((((IIf([DrawingStage]="New",[JobInitiatedDate]))) Between [Start
Date] And [End Date]));
It says that if the DrawingStage is New, then use the JobInitiatedDate field
for my Start Date and End Date user entry. This works well, but I want to
also say that if the DrawingStage is Complete, then use the
DrawingCompleteDate field.
In other words, how do I use two IIF statements in a single column in my
query?
Thank you for your help.
-Joel