G
Guest
I'm having a query where I sum a number of records using an IIf function
which gives me a dynaset looking like this;
Budget 0501 Forecast 0501 Outcome 0501
Budget 0502 ..
Account 1
Account 2
Now I want to sum the budget coulmns by simply adding a new column using the
expression;
Budget Q1: Sum([Budget 0501]+[Budget 0502]+[Budget 0503])
but I can't get this expression to work and I receive a message that
subqueries cannot be used in the expression.
What do I do wrong?
Best Regards / Bell
which gives me a dynaset looking like this;
Budget 0501 Forecast 0501 Outcome 0501
Budget 0502 ..
Account 1
Account 2
Now I want to sum the budget coulmns by simply adding a new column using the
expression;
Budget Q1: Sum([Budget 0501]+[Budget 0502]+[Budget 0503])
but I can't get this expression to work and I receive a message that
subqueries cannot be used in the expression.
What do I do wrong?
Best Regards / Bell