98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » access courses in london - Query Sums
access courses in london - Query Sums
Resolved · Low Priority · Version Standard
Sacha has attended:
Excel VBA Intro Intermediate course
Access Introduction course
Query Sums
How do I automatically sum amounts in a query?
RE: Query Sums
Hi Sacha
You can do this in the SQL within MS Access. The code you need will be very similar to:
Select sum(myfield) From mytable
Hope this helps
David
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Space marksIt is good practice not i to have space marks for field names as this can lead to problems when using queries or VBA code. It is much better to use an underscore charcter to represent spaces in field names |