| Subtopic | Notes |
| Table and database design | An Access database consists of lots of tables linked together, each of which contains fields. Tables can be linked together using relationships. |
| General topics | An Access database consists of tables, queries, forms, reports and macros, although it is linking these together to get a complete system which is the difficult bit. |
| Queries | Queries allow you to extract information from any table, sorted into the correct order and with just the relevant records extracted. In addition to normal queries to select data, there are five other types of query in Access - crosstab, append, make table, delete and update. |
| Form design | Forms in Access provide an easy way for other users to edit and view your tables. Forms can also contain subforms, allowing you to show data from more than one table at the same time. |
| Report design | You can create reports in Access to allow you to print data out in an easy-to-read format, or use subreports to combine information from lots of places on the same page. |