A
Ann
Is there a standard way to handle spouses with different last names in a
mailing list database?
Right now all names are in one table, with FirstName and LastName fields,
and the kludge solution is to have (for example) "Jane Smith and John" in the
FirstName field, and "Doe" in the LastName field, so that when the two fields
were printed on an address label it would read as "Jane Smith and John Doe".
But this isn't a great solution: can't search the LastName field for the
first spouse's last name, etc.
What's the better way to do this? Have the spouses as two separate records
with some field indicating that they belong together, and programmatically
check that field when producing the mailing list?
mailing list database?
Right now all names are in one table, with FirstName and LastName fields,
and the kludge solution is to have (for example) "Jane Smith and John" in the
FirstName field, and "Doe" in the LastName field, so that when the two fields
were printed on an address label it would read as "Jane Smith and John Doe".
But this isn't a great solution: can't search the LastName field for the
first spouse's last name, etc.
What's the better way to do this? Have the spouses as two separate records
with some field indicating that they belong together, and programmatically
check that field when producing the mailing list?