S
Sarah
I have a query which has the following iif statment:
Accrued Vacation: (([Consolidated]![Regular Day (REG)]/8)/24)
This tells me how many hours have been accrued for vacation in 2008
I have another iif statment in this query which is:
Expr1: IIf([Vacation_Balances]![Vacation]=" ",[Accrued
Vacation],[Vacation_Balances]![Vacation])
This statement is returning a blank cell for those employees who it should
be returning the result from the previous iif statment, however it is
returning a blank cell.
Can someone help me with this - please let me know what other information is
necessary.
thank you!
Accrued Vacation: (([Consolidated]![Regular Day (REG)]/8)/24)
This tells me how many hours have been accrued for vacation in 2008
I have another iif statment in this query which is:
Expr1: IIf([Vacation_Balances]![Vacation]=" ",[Accrued
Vacation],[Vacation_Balances]![Vacation])
This statement is returning a blank cell for those employees who it should
be returning the result from the previous iif statment, however it is
returning a blank cell.
Can someone help me with this - please let me know what other information is
necessary.
thank you!