Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppress duplicates when creating mailing labels 1

Status
Not open for further replies.

yatesk

Technical User
Dec 1, 2006
14
US
I am trying to create mailing labels. I have multiple cases for one defendant. I want to generate one label for each defendant not multiple labels for each case. Can this be done? Thanks in advance for your help
 
Create your label using the label wizard.
Insert a group on "defendant" and suppress the group header and group footer.

Open the select expert, click "show formula", click "group", click "formula editor".

Enter:
{table.CaseNumber} = Maximum({table.CaseNumber},{table.defendant})

Save and close.

MrBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top