1. Create a query into this table.
2. Depress the Total button on the toolbar (upper Sigma icon.)
Access adds a Total row to the grid.
3. Drag the LicenseNo field into the grid.
Accept Group By in the Total row under this field.
4. Drag the primary key field into the grid.
In the Total row under this field, choose Count.
In the Criteria row, enter:
The query will show you the licence numbers where there's more than one.
Optional:
5. Drag the primary key into the grid again.
Choose Min in the Total row.
6. Drag the primary key into the grid again.
Choose Max in the Total row.
This shows you the lowest and highest primary key values of the duplicates.
(There may be others as well.)