B
Beejer
Running Access 2003 on Windows XP
I'm starting a new structure parallel to a current database. The table
are fully linked (no local tables) and I'm trying to create a simple
query and I keep getting this message.
The current query has one table to it, the general idea is to
calculate consumption of raw materials in production.
Fields:
- Product Code (Text) // These are alphanumeric codes.
- Inventory deductions // Numeric
I'm trying to sum, min and max the deductions. My formula : "Total :
Sum([Inventory deductions]) // Low : Min([Inventory deductions]) //
High : Max([Inventory deductions])
When I try to run the query, "Does not include the specified
expression as part of an aggregate function" pops up. I never had this
issue before.
Anybody can enlighten me on what is going on?
I'm starting a new structure parallel to a current database. The table
are fully linked (no local tables) and I'm trying to create a simple
query and I keep getting this message.
The current query has one table to it, the general idea is to
calculate consumption of raw materials in production.
Fields:
- Product Code (Text) // These are alphanumeric codes.
- Inventory deductions // Numeric
I'm trying to sum, min and max the deductions. My formula : "Total :
Sum([Inventory deductions]) // Low : Min([Inventory deductions]) //
High : Max([Inventory deductions])
When I try to run the query, "Does not include the specified
expression as part of an aggregate function" pops up. I never had this
issue before.
Anybody can enlighten me on what is going on?