S
Sharon M via AccessMonster.com
Hi there
I have created a union query that returns data with "critical" and
"concurrent" delays.
I now want to place them in different columns of a report as so:
Date Description Concurrent Critical
1/11/02 MET 0 1
Based on the criteria i have written into the report for concurrent:
= iif([Delay_Type] = "concurrent", [delay_hours],0)
= iif([Delay_Type] = "critical", [delay_hours],0)
but returns an error, is my logic curly?
I have created a union query that returns data with "critical" and
"concurrent" delays.
I now want to place them in different columns of a report as so:
Date Description Concurrent Critical
1/11/02 MET 0 1
Based on the criteria i have written into the report for concurrent:
= iif([Delay_Type] = "concurrent", [delay_hours],0)
= iif([Delay_Type] = "critical", [delay_hours],0)
but returns an error, is my logic curly?