Results 1 to 5 of 5
  1. #1
    Andyjones is offline Advanced Beginner
    Windows Vista Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    76

    General Help

    Hi

    I have a spread sheet that is like a engineer checklist to see who is in who is covering etc, and I am trying to turn it into database I need help with the tables here are the fields in the spreadsheet, and I need to know if it can be done all from one table or would it need to be seperate table.

    Area Eng Branch Region Area Eng Comments Covering engineer Mobile numbers not or incorrect on JDE

    The covering eng can be the same as the area eng or a different engineer that we decide to enter into the table, the checklist does not contain engineer names just engineer numbers ie 50001234.



    Please advise also on how the relaionship would be set up. just need help with the table design at the moment.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Are you interested in keeping a history is this just for 'this week' or 'this month'. In other words are you going to be overwriting data or keeping a history?

    If you're just interested in the 'right now' (whatever your current period is) you can probably do it it 2 tables.
    One table with all your engineers (autonumber field as your PK) this would hold your engineer numbers names, contact information, etc.
    One table with all your branch/regions and you'd just update the area engineer and covering engineer as it becomes relevant.

    If you want to keep a history that's a little more complex and would likely involve the same two tables but your branch/region table would have a PK (autonumber) of it's own then you'd likely have to have a third table that stored your branch/region PK, the AreaEngineer (FK to your employees table), covering engineer (FK to your employees table as well) and the date range the employees are covering that branch/region.

    That would be probably the minimal table structure.

  3. #3
    Andyjones is offline Advanced Beginner
    Windows Vista Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    76
    Well some of them remain Historic as a vacent area eng will always be on there so it would be for both history and then and now

  4. #4
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    Andy - go do this quick tutorial on database design, http://www.rogersaccesslibrary.com/forum/topic238.html, do a couple of the practice examnples, then do an entity relationship diagram for your database. That will tell you how many tables you need.

    You'll save yourself dozens of hours of headbanging if you spend a couple of hours on understanding proper design.

    Then come back and ask us very specific questions about your proposed design.

  5. #5
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    I don't understand if there is a question in your last response or if you are stating something.

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

Similar Threads

  1. General Outlook ?
    By sdc1234 in forum Misc
    Replies: 1
    Last Post: 09-06-2013, 01:02 PM
  2. General Help indeed!
    By brookierook in forum Access
    Replies: 34
    Last Post: 01-09-2013, 09:22 AM
  3. A few general questions...
    By Daryl2106 in forum Access
    Replies: 3
    Last Post: 02-29-2012, 09:57 PM
  4. Some general direction
    By Darkglasses in forum Database Design
    Replies: 4
    Last Post: 02-20-2011, 02:38 PM
  5. General question
    By dollygg in forum Access
    Replies: 7
    Last Post: 12-11-2009, 05:13 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