access courses in london - query sums

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Access Training and help » access courses in london - Query Sums

access courses in london - Query Sums

resolvedResolved · 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


 

Access tip:

Space marks

It 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

View all Access hints and tips


Server loaded in 0.08 secs.