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
Having trouble connecting to Oracle database Error : TNS protocol error 12560
please help with text and image layout in HTML
How to un-register and then re-register OLE DB in Windows 2008 32bit server?
SQL Server AdventureWorks database tutorial walkthrough guide
Why is Citrix Access Manager Console unable to detect Presentation Server snap in Windows 7?
Word 2007 - Most recent documents
Nested group by query
Update table basxed on results of query
max throughput on your DB
Linking Mysql having tinyint to Access