I am creating a duplicates report and want to insert a line or double space
between sets of duplicates. How would I do that? So it will print out easier
to read, like this:
John Smith
John Smith
Betty White
Betty White
Thank you!
Rick B - 20 Oct 2005 21:19 GMT
if you are sorting and grouping on that field, then just include a group
footer and put nothing in it but some blank space.

Signature
Rick B
>I am creating a duplicates report and want to insert a line or double space
> between sets of duplicates. How would I do that? So it will print out
[quoted text clipped - 8 lines]
>
> Thank you!