EXERCISE TOPIC▼
ACCESS EXERCISES▼
ACCESS EXERCISES▼
Access | Joins exercise | Credit control - discrepancies
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
You can learn how to do this exercise on the relevant Wise Owl classroom training course (sadly for the moment only in the UK).
Software ==> | Access (66 exercises) |
Version ==> | Access 2010 and later |
Topic ==> | Joins (4 exercises) |
Level ==> | Harder than average |
You need a minimum screen resolution of about 700 pixels width to see our exercises. This is because they contain diagrams and tables which would not be viewable easily on a mobile phone or small laptop. Please use a larger tablet, notebook or desktop computer, or change your screen resolution settings.
Create a new database called Credit Control 2.mdb.
Import data from the Excel file in the folder shown above to create 2 new tables:
- AgedDebt, holding the outstanding debt figures by account number; and
- Accounts, showing details for each account
Create a query using ad hoc joins to show that there are two groups in the Accounts table with no corresponding AgedDebt figures:

The two groups not referenced
Create a separate query showing that there are 3 accounts with aged debt information which do not have corresponding entries in the Accounts table:

The three accounts not referenced in the other table
Close your queries and database down.