Microsoft
Software
Hardware
Network
Question : Summing amount using a aggregate function in a query
I am trying to sum a column and enter the result in a textbox in the main form. My design has a main form with several subforms. The subform is used to list the details of items.
I have two querries, one to list the details and another to arrive at the total usiing the SUM aggregate and group by. My problem is that I don't know how to post the sum into the main form. At this time I am getting a #NAME error in the total textbox.
Answer : Summing amount using a aggregate function in a query
If your data are source of your form (subform), you can add field to the form (or subform) footer with value:
=sum([Mydata])
Random Solutions
set default font for word and emails via gpo server 2008r2
Auto- Numbers in oracle
Exchange 2010 - Moving mailbox cleanup error
How to find an address with Google maps in ASP?
Create a new document from sections of a templated document
SQL Query Question
Good Solution for monitoring Internet Usage. Single PC
unserialize
Date Calculation
how do I update IIS 6 (SBS 2003) so client certificates will work with Vista and Windows 7?