I have trouble understanding the following two fields in an Access query and the differnces between them.
Any explanation is appreciated.
1) emp: sum(IIf([employee].[age] = "45", [employee].[salary], 0))
this is a column with 'Expression' under 'Total'
2) Expr1: IIF([employee].[age] = "45", [employee].[salary], 0))
This is a column with 'Group by' under 'Total'
Any explanation is appreciated.
1) emp: sum(IIf([employee].[age] = "45", [employee].[salary], 0))
this is a column with 'Expression' under 'Total'
2) Expr1: IIF([employee].[age] = "45", [employee].[salary], 0))
This is a column with 'Group by' under 'Total'