Results 1 to 2 of 2
  1. #1
    lugnutmonkey is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jan 2013
    Posts
    42

    Unhappy Relationship Problems (regarding tables and database design)

    I have a pretty nasty design problem. I am working on adatabase that tracks phone calls. Currently the calls table is related to thedatabase by the extension dialed. So that each phone call has a unique id thatis linked to a representative through her extension and each representative isa member of a department.



    The problem iswhen a Rep. moves between departments he/she may or may not take theextension with them. Additionally that extension may or may not bereusedwithin the same or another department. As you can see this creates apretty tricky problem because I cannot count on a representative having aunique extension that follows them and no extension is unique to anydepartment, in the long run.

    I understand that this is a bit of head banger(at least it is for me) but I amopen to any and all suggestions.

    FYI: The way this problem is currently being handled is that the extension isassociated with a Rep. as a field in the representatives table. When the Rep.is given a new extension we create a new record for that representative withthe new extension along with an active_to/active_from field so that theextension can be searched properly according to date when looking back into thearchives. I didn’t come up with this method, it was inherited, and I think itopens up the possibility for too much error going forward.


  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,521
    It sounds like you want to store a representative ID rather than the extension.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Connecting periods from different tables - database design problem
    By sockswithsandals in forum Database Design
    Replies: 4
    Last Post: 04-15-2012, 08:39 AM
  2. Replies: 6
    Last Post: 03-12-2012, 07:34 AM
  3. Late Database Design - Problems
    By Yesideez in forum Access
    Replies: 2
    Last Post: 06-26-2011, 05:20 PM
  4. Database Design Problems
    By trini in forum Access
    Replies: 0
    Last Post: 03-05-2011, 11:24 PM
  5. Database design - connecting 2 tables
    By Eisaz in forum Database Design
    Replies: 2
    Last Post: 10-16-2009, 09:19 AM

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