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
Copied all vb files (..vb file, project, solution, user options) for a project but getting errors.
How to overline in Word2003?
Report on Form
How to upload a new version of the PDF file - Sharepoint Services 3.0?
IIS 7.5 FTP - 530 User cannot log in, home directory inaccessible
can I resell Windows Home Server OEM after 1 months use
Silverlight: open excel in Browser
Format Image with VBA
Screen Resolutions
Access SQL Query Error 3079: Specified field could refer to more than one table listed