Working with a large (70Mb) databases that list individuals by name and street address. Would like to create a table for mailing that lists a single name, ie., The (name) family and the address. Any suggestions.
Working with a large (70Mb) databases that list individuals by name and street address. Would like to create a table for mailing that lists a single name, ie., The (name) family and the address. Any suggestions.

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Your wrote:
>>Working with a large (70Mb) databases that list individuals by name and street address. Would like to create a table for mailing that lists a single name, ie., The (name) family and the address. Any suggestions<<
In Access (and indeed all relational databases), you don't create tables just to rearrange the existing data. You use queries to do that.
Mark Liquorman
See my website for Tips & Downloads and for my Liquorman Utilities.
I'm not sure I understand your question about listing a single name, but if I'm interpreting your question correctly, you'll probably want to use a summary query (click the summation symbol in the query design grid) to get one occurence of each last name/address combination. However, you may run into problems unless you've been extremely consistent about how you entered the addresses.