In that case, you are in luck!
Create a query that selects the DriverID and the Policy ID twice. Yes bring
down the Policy ID field two times.
Run it to make sure that it runs right.
If so go up to View and select Totals while in Design view. (Access 2003 or
older)
Change the Total: row under the second Policy ID field from Group By to Count.
In the Criteria for this same field, put > 1
That should give you the drivers who had more than one claim under a policy.
If that works, you'll need to add a Date/Time field to limit the dates.
Change its Totals: to Where and put something like a between statement for
the dates in the criteria.
Sort as you see fit.

Signature
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> Ok each driver does have a unique ID and each record has a unique ID,
> DriverID and CustomerID each policy has a unique ID. So if I sort by
[quoted text clipped - 43 lines]
> >>
> >> Bob
dbl - 18 Apr 2008 10:30 GMT
Jerry it works fine.
Thanks very much for your help.
Regards Bob
> In that case, you are in luck!
>
[quoted text clipped - 74 lines]
>> >>
>> >> Bob