I have a simple contact database, with one table for contact info, and a linked table for their donations.
What's the best (and necessarily simple) way to flag a contact record as no longer valid? Say, the mail we send them is being returned, or we know that the person is deceased?
It seems as if we don't want to DELETE the contact record, because it might have donation records associated, AND we might want the record to remain for future reporting... we just want to stop sending mail there.
I thought of a macro that would erase the address contents, so even if we printed a label, we wouldn't mail it out.
Thanks for any ideas!