Microsoft
Software
Hardware
Network
Question : SQL Query to get row total?
I want to be able to do this is access
Table Name : Sales
Jan Feb March April Total (Row)
5 7 9 12
3 6 8 14
What will be the sql code to get row totals for the above data? So, I want values in the total column for each row.
For First row (5+7+9+12)
Please give me the sql and the method to do this in query designer. I have access 2007
Answer : SQL Query to get row total?
Exactly as sbc412 has shown.
In query designer, you would type like this -
Total: [Jan] + [Feb] + [March] + [April]
Random Solutions
Deletion of record - But HOW ? Very odd.
Exchange BD & Log
Quickbooks PDF COnverter version
Import .frm into access using "Application.LoadFromText acForm.."
problem in autheticating SQL reporting services...urgent....
Reverting to SQL Server Express
Could not view the reports (SQL Server Reporting Services)
Form with Subform, How to check if child record(s) within a subform exists.
Access 2010 - installing without all of Office 2010
Serial Port Communication C++