Confused With Error Message

pmagur01

New member
Local time
Today, 22:45
Joined
Nov 5, 2006
Messages
4
I have created a query to calculate the sub total, VAT and the total amount but when I run the query I get the message:

"You tried to execute a query that does not include the specified expression '[Price]*[Quantity]' as part of an aggregate function"

can someone help please?
 
you probably have a totals query, and you have put a field in, where you have not given it a totals function (perhaps expression - which is not allowed in totals queries)
 

Users who are viewing this thread

Back
Top Bottom