I get an error that states - You tried to execute a query that does not include the specified SellerID as part of an aggregate function.
I have a query that links 2 table (of course tables are a 1 to many relation) where SellerID is primary in tblseller and is a field in tblitems. I am trying to as a function at the end of the query [Total]=Sum([SalePrice]) and I get this error. Not sure what it means or how about getting a the total in the query.
Thanks for any help.
I have a query that links 2 table (of course tables are a 1 to many relation) where SellerID is primary in tblseller and is a field in tblitems. I am trying to as a function at the end of the query [Total]=Sum([SalePrice]) and I get this error. Not sure what it means or how about getting a the total in the query.
Thanks for any help.