Results 1 to 2 of 2
  1. #1
    SJSUSTUDENT is offline Novice
    Windows 10 Access 2016
    Join Date
    Mar 2017
    Posts
    5

    Need help creating a database for school project

    Hi, guys! I'm new to this forum, and I am looking for help. To get straight to the point. For class, I have been assigned a project from a company to fix their current database system. At the moment the company is using Microsoft Excel to store data for a program that they run.

    This program initially starts with a Google Form for initial interest to the program. The data is then extracted and put onto an Excel file where a worker can contact them about how serious they are interested in the program. After the Google Form, there is a paper form that they must fill out, and data is also stored within another Excel file. And after that, there is ANOTHER form with an assessment test where that data is filled out. After they are accepted into the program, their status code is then changed, and placement within the program is tracked. I am finding a rather hard time deciding on how the outline of an Access database would look. My team and I want to make it a relational database.

    Some entities within the data are Contact Info, Survey short answers, and more data bout their demographics.

    How would you suggest I go about this?



    I am currently thinking of using one table to store contact information and then 3 more tables to represent the three forums.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    You'd need tPersons table of course,
    tPersons
    ----------
    PersonID (autoNum)
    FirstN
    LastN
    addr
    etc.

    TPrograms
    ------------
    ProgID
    ProgramName
    etc

    A table to hold a person's programs the are in:

    tPersonProgs
    ----------
    PersonID
    ProgID
    ProgDate
    etc

    A table to hold their tests
    tTests
    ---------
    PersonID
    TestName
    TestDate
    Score

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

Similar Threads

  1. Help with query for school project please!
    By malvenx in forum Queries
    Replies: 7
    Last Post: 12-07-2014, 02:16 AM
  2. Replies: 6
    Last Post: 07-23-2013, 09:30 AM
  3. School Project
    By stuarthodgsun in forum Queries
    Replies: 1
    Last Post: 05-24-2013, 03:58 PM
  4. School project help please!
    By djcmalvern in forum Programming
    Replies: 4
    Last Post: 03-19-2013, 02:54 PM
  5. Replies: 3
    Last Post: 02-08-2011, 11:39 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