Results 1 to 10 of 10
  1. #1
    LBurns is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2013
    Posts
    5

    handling obsolete contact records?

    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!

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    One option is a status field of some sort. If you do a mailing, base it on a query that excludes those records.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Add a field to your contact table. ReturnedMail perhaps. Set its format to Date. In your form, create a control that is bound to the ReturnedMail Field. When you have an invalid address, type in the date it was returned. You can then filter out these records that have dates in a query by setting the criteria to Is Null.

  4. #4
    LBurns is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2013
    Posts
    5
    Quote Originally Posted by pbaldy View Post
    One option is a status field of some sort. If you do a mailing, base it on a query that excludes those records.
    yes, thanks. I think I have to "deface" the record, in case someone ELSE creates the labels, or if I should forget to exclude those records.

  5. #5
    LBurns is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2013
    Posts
    5
    I like that! I'd like to save the date. and also blank out the faulty address for good measure. thanks!

  6. #6
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Quote Originally Posted by LBurns View Post
    yes, thanks. I think I have to "deface" the record, in case someone ELSE creates the labels, or if I should forget to exclude those records.
    Your call, but I'd write the application so it happened automatically. What if you later want to know what the address was?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  7. #7
    LBurns is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2013
    Posts
    5
    er.. uh.. application? I see what you mean, though.

    now, how do I mark the thread as solved?

  8. #8
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    It's in Thread Tools at the top of the thread.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  9. #9
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    I actually never delete Records, but use a status Field, as Paul suggested, to mark Records that are no longer active.

    alansidman's suggestion is great, too, when you want to keep track of when a Record was made redundant.

    Linq ;0)>

  10. #10
    LBurns is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2013
    Posts
    5
    Right! okay! thanks, all!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Handling Records with many Fields
    By Kyle Genova in forum Database Design
    Replies: 4
    Last Post: 07-02-2013, 02:45 PM
  2. add to Outlook Contact
    By sdel_nevo in forum Programming
    Replies: 2
    Last Post: 06-10-2013, 01:07 AM
  3. Browsing the contact details
    By sara-y in forum Forms
    Replies: 2
    Last Post: 03-25-2012, 08:43 PM
  4. Contact Details subform Showing ALL records
    By prouddaughter in forum Forms
    Replies: 4
    Last Post: 01-21-2012, 07:35 AM
  5. last contact
    By mitchy1111 in forum Queries
    Replies: 3
    Last Post: 10-10-2009, 04:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums