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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

group by one field

Status
Not open for further replies.

cmills

MIS
Joined
Feb 4, 2002
Messages
50
Location
US
I need to do labels for a mailing. i have a table but it has more than one record in the table per consumer. it is a download from a much larger database. i want to group by language but sort by lastname and only want one label per consumer even thou there is more than one record in the table. Mail merging to word, doesn't group by language and running a report doesn't give me one label per consumer, atleast as far as my novice knowledge of access will bring me. any ideas?
 
Create a query that groups by so that you don't see duplicates. You can use the totals query like you would a table although it's not updateable.

Duane
Hook'D on Access
MS Access MVP
 
Thanks, i am very new to access. I keep forgetting it matters where you place the fields in design view.
 
i'm all set, thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top