Hello,
I wonder if someone can help me tweek this query?
When I run the query it tells me:
Although I do have 0s in the Target Amount table, the query brings them up as blanks which is why I've inserted the iif statement.
Thanks
)
I wonder if someone can help me tweek this query?
When I run the query it tells me:
Code:
[SIZE=3][COLOR=#000080][FONT=Arial]You tried to execute a query that doesn’t include the specified expression: [/FONT][/COLOR][/SIZE]
[SIZE=3][COLOR=#000080][FONT=Arial]TargetTotal: IIf([Target Amount]=0,0,Format(Sum([Target Amount]),"###,###,###"))[/FONT][/COLOR][/SIZE]
Although I do have 0s in the Target Amount table, the query brings them up as blanks which is why I've inserted the iif statement.
Thanks