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
DNS records for TLS in OCS 2007 R2
How do I determine if a server is or was a DC
How to limit rows a user sees after logging to an APEX application
How do I reduce the memory iexplore.exe is using, as it can get as high as 260,000k
Guides On Data Access Pages
error 429 ActiveX component can't create object
using VCOPY
Why am I getting this error message after running spybot
How to troubleshoot a Windows 7 memory leak?
VBA Powerpoint 2003/2007 - Align text inside a textbox/Shape