Microsoft Access Revision Notes
Microsoft Access Revision Notes
Totals:
When making a total in a query like a count of number of sales per company you need to do several
things.
This can be done in the query simply click on the dropdown menu and select the proper sorting
order (ascending or descending).
Note: Access reads this data from left to right so have the first field you want to sort on the left
hand side of the other.
Reports:
Your name, candidate number and centre number go in the page footer, and not inside the textbox
for the date/page number but inside a new label (Aa)
Any totals that may be needed go in the report footer this total will only appear on the last page of
the report, to make a sum insert a new textbox (ab|).then type in the TEXTBOX: =sum (field name)
and in the label write “grand total” or what other flim flabbery you are required to write.