Results 1 to 2 of 2
  1. #1
    ak49 is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    1

    Questionnaire answered multiple times by the same person

    I work for a company that uses semi trucks to deliver products to customers. We do safety audits on our drivers, we go find them in the field and observe the driver to see if our safe working methods are being used. A spreadsheet is printed out and manually filled in, but I would like to input the data into a database.



    I have started out with a drivers table
    employee id (primary key)
    First name
    Last
    Middle

    Currently there are 40 different questions to answer about safe work methods. I am hung up where to start. Every driver will be audited several times per year. So it is like a questionnaire that is filled out multiple times by the same person.

    The ultimate goal is to have a database that I can find percentages from the different questions. Both by driver and our branch as a whole.

    Your help is very appreciated.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    You need to gain a better understanding of what a relational database is and how the tables should be set up to relate records. Review this for a start http://forums.aspfree.com/microsoft-...es-208217.html

    Consider besides the table of drivers additional tables:

    Questions
    QuestionID (primary key)
    QuestionStatement

    Audit
    AuditID (primary key)
    AuditDate
    DriverID (foreign key)
    AuditorID (foreign key)

    Observations
    AuditID (foreign key)
    QuestionID (foreign key)
    Answer

    The drivers table could be expanded to be an Employees table so that the examiners would be included as well or if driver will never be an auditor and vice versa could have two tables.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Run query multiple times on different tables
    By dumbledown in forum Queries
    Replies: 2
    Last Post: 03-14-2012, 05:39 AM
  2. parameter prompting multiple times
    By sandyg in forum Access
    Replies: 1
    Last Post: 08-15-2011, 10:10 AM
  3. Form_Current() running multiple times
    By caddcop in forum Forms
    Replies: 0
    Last Post: 04-01-2011, 09:00 AM
  4. Sorting a questionnaire by gender
    By uchiha37 in forum Access
    Replies: 1
    Last Post: 10-07-2010, 07:37 AM
  5. Replies: 5
    Last Post: 12-10-2009, 10:33 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