A
Amanda Byrne
I have a Household table that holds one record for each address and a People
table with a related Household ID field so that each person has an associated
address, and multiple people have the same address- this way I don't have to
worry about duplicates when I'm preparing a mailing.
I need to populate 2 fields in the Household table based on the related
data in the People table- Long Salutation and Short Salutation. These fields
will be used as the header line and greeting line for mailings. The values
for the salutation fields will vary a bit based on the names from the People
table (i.e. the Long Salutation might read "John and Jane Smith" if they
share a last name, or "John Smith and Jane Doe" if they don't)
but not the slightest clue how to begin...
help much appreciated, Amanda
table with a related Household ID field so that each person has an associated
address, and multiple people have the same address- this way I don't have to
worry about duplicates when I'm preparing a mailing.
I need to populate 2 fields in the Household table based on the related
data in the People table- Long Salutation and Short Salutation. These fields
will be used as the header line and greeting line for mailings. The values
for the salutation fields will vary a bit based on the names from the People
table (i.e. the Long Salutation might read "John and Jane Smith" if they
share a last name, or "John Smith and Jane Doe" if they don't)
but not the slightest clue how to begin...
help much appreciated, Amanda