Hi Carol,
I too am in the midst of overhauling our Addressees and Salutations.
After laying out my new addressees/salutation formats (and ID numbers) and setting up the Addressee/Salutation Types I wanted. (I created 2 sets, an individual set and a couple set. Each set had three types: Addressee, Formal Salutation and Informal Salutation.) Note: My 'Couple' set is for mailings where we will address the constituent (& if we have the info, the spouse).
I then exported the following info for all living/active individuals (in access format):
-Cons ID
-Gender
-Last Name
-Marital Status
-Spouse ID
-Spouse Last Name
-Spouse Gender
Using the exported data, and some basic IF statements in Access, I created a
Constituent import file. Note: you can import both the primary addressee and salutation as well as all the additional addressee/salutations with a 'Constituent' import file. Here are the column headers & a row of sample data (transposed for easier reading):
CnBio_ID 10037ffice
ffice" />>> PrimAddID 6>> PrimAddEdit No>> PrimSalID 21>> PrimSalEdit No>> AddSalType Mailing Label>> AddSalID 2>> AddSalEditable No>> AddSalType Informal Salutation>> AddSalID 46>> AddSalEditable No>> AddSalType Mailing Informal Salutation>> AddSalID 54>> AddSalEditable No>> AddSalType Mailing Formal Salutation>> AddSalID 62>> AddSalEditable No Note: my Addressees and Salutations were all formats so I used IDs instead of text, but you could do the same import using actual text and set AddSalEditable to Yes. Just use AddSalText as a header instead of AddSalID.
I found it much easier to use Global Change to 'Delete' all the existing addressees & salutations (one Type at a time) rather than messing around with Addressee Import IDs.
I then had to do some manual edits for those people who we addressed with their Nickname rather than their First Name.
I had to export my data because our Formal Couple Salutation depends on the Spouse's Last Names being the same and you can't query for that in RE. If you can use Query to pull all your groups, you could just use Global Change ('Add' & 'Overwrite existing value') to change the existing Addressee/Salutation.
Hope this info is useful.
Jenn