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

access+vba+courses+london - access introduction

Forum home » Delegate support and help forum » Microsoft Access Training and help » access+vba+courses+london - Access introduction

access+vba+courses+london - Access introduction

ResolvedVersion Standard

Paul has attended:
Excel Intermediate course
PowerPoint Introduction course
Access Introduction course
Excel Advanced course

Access introduction

How do you subtotal on reports?

RE: Access introduction

Hi Paul

To create a subtotal in the report you first need to have a report with a Group Header and Footer.

The Group Header contains the value for which you need the sub totals

To create a Group Header and Footer area:

1. Click the Sorting and Grouping button on the toolbar

2. Change to Yes the Property for the Group Header/ Footer as required

In the report make sure the item to be grouped eg Productname is in the Group Header area. (This groups all the like products together)

To add a Sub Total:

1. In the Group Footer area place a Text box in line with the numeric value in the Detail area eg Amount

2. In the Text box add the code =Sum([Amount])

3. When the report is run, the Sub Total will appear everytime a new product group appears.

If the above is done in the Report Footer area the system will produce a Grand total of the selected value

Hope this helps

Carlos













Access tip:

Remove spaces in a table

If you have a table that has too many space marks littered around, you can create a update query and use the trim function to get rid of any excess space marks

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.