J
John C.
I'm using the following expression in a query to return totals for invoices
per customer and keep getting an error with the query displays results.
Expr2: DSum("[actualPrice]","2006 ICP Accounts","[DocNo] =" & [DocNo])
I have a field that is called [actualPrice] in a table "2006 ICP Accounts"
and another field that is called [DocNo] which is like an invoice number.
When I run the query I would like to see the total sales for each customer. I
don't need the total for each invoice [DocNo]. I just need the totals for
each account.
Am I on the wrong track?
per customer and keep getting an error with the query displays results.
Expr2: DSum("[actualPrice]","2006 ICP Accounts","[DocNo] =" & [DocNo])
I have a field that is called [actualPrice] in a table "2006 ICP Accounts"
and another field that is called [DocNo] which is like an invoice number.
When I run the query I would like to see the total sales for each customer. I
don't need the total for each invoice [DocNo]. I just need the totals for
each account.
Am I on the wrong track?