I'm sorry to be a pain about this, but I guess I'm not getting this.
Here is the expression line that I have in my query:
Expr2: IIf(IsNull([OnHoldREQ]),DateDiffW([Requisition Rec'd],[Submitted to Manager]),DateDiffW([Requisition rec'd],[Submitted to Manager])-DateDiffW([OnHoldREQ],[OffHoldREQ]))
When I run this, I get an error in my coding, highlighting this line:
Code:
NumWeeks = DateDiff("ww", BegDate, EndDate)
I can understand a little what you're explaining, but I'm getting lost when I'm trying to write it into my code.
I started under the NumWeeks code line with:
Code:
IIf(IsNull(BegDate),' ',
but then I get stuck, telling it what to do from that point. Any help would be great!! :D