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

access courses in london - query sums

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

access courses in london - Query Sums

ResolvedVersion 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

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.