hi
how can i get the total amount that i get its Sum in a form to appear in the table or query?
hi
how can i get the total amount that i get its Sum in a form to appear in the table or query?
Calculations are not usually stored in tables. Have you tried building a query object using the Query Builder? There is a "Totals" option in the Ribbon.
Thank you "ItsMe"
i made a query of Total orders and i made a SUM of unit prices in OrderDetails, so it work well, but i still have to display all these products made by OrderID and Client in one phrase. can that be done?
What means 'in one phrase'?
Perhaps you need to build a report and use its Sorting & Grouping features with aggregate calcs in footers.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
i mean :
in Order "1" the client purchase "milk - 2$" + "cake - 1$" , so in a a query i made the SUM of Order 1 what is 3$ , So what i need is to display these products in one ROW like "Milk+Cake" . Cause when i display the Products in the query the Total SUM disappeared
What do you think about the report suggestion? It will allow display of detail records as well as summary calcs. Don't do summary calc in query. Do it on the report.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
ok . i will do it . thank you anyway