Results 1 to 15 of 15

Thread: ATTN: PLZ HELP! NEED HELP WIT PROJECT!

  1. #1
    Certified Gearhead
    Join Date
    Mar 2005
    Age
    37
    Posts
    157
    Rep Power
    20

    Exclamation ATTN: PLZ HELP! NEED HELP WIT PROJECT!

    Hey Guys!

    ok i am taking a programming class at school and i have a microsoft access programing project i have to do but the book just mad confuses me....anyone out there can PLEASE help me....PLEASE...i have a sheet of data and have to make a small database.... PLEASE HELP lol im just lost.

    like the excerices in the book have u modifying given databases...NOT CREATING UR OWN...please help!!!

    and of coarse im always willing to REP UP! so please if u have any knowledge on it hit me up!

    thanks guys!! I CAN ALWAYS COUNT ON IA WHEN I GET CAUGHT LIKE THIS!
    Last edited by nipponLIFE; 02-14-2007 at 03:02 PM. Reason: Correction

  2. #2
    I miss Atlanta. Sol-Badguy's Avatar
    Join Date
    Dec 2006
    Location
    No
    Age
    36
    Posts
    9,232
    Rep Power
    30

    Default

    I haven't touched Access in years, sorry.

  3. #3
    EARNIN & BURNIN thinkfast®'s Avatar
    Join Date
    Apr 2003
    Location
    WHERE THE CASH AT
    Posts
    30,133
    Rep Power
    57

    Default

    by Access, do you mean a woman

  4. #4
    Certified Gearhead
    Join Date
    Mar 2005
    Age
    37
    Posts
    157
    Rep Power
    20

    Default

    BAHAHAHAHAHA that was funny thanks brightened my day a bit...come on now guys no need to flame....just need some help

  5. #5
    I've got a job... Killer's Avatar
    Join Date
    Aug 2005
    Location
    Marietta
    Posts
    16,693
    Rep Power
    40

    Default

    u workin with an .mdb file?

  6. #6
    Certified Gearhead
    Join Date
    Mar 2005
    Age
    37
    Posts
    157
    Rep Power
    20

    Default

    PLEASE SOMEONE HELP

  7. #7
    A.D.I.D.A.S. §treet_§peed's Avatar
    Join Date
    Dec 2005
    Location
    Gainesville
    Age
    36
    Posts
    24,950
    Rep Power
    48

    Default

    eh i haven't done this since my sophmore year in HS.. but if i could see what your having to work with and do i could prolly help
    You know better; next time will be a ban.

  8. #8
    ⎝⏠⏝⏠⎠ RandomGuy's Avatar
    Join Date
    Jan 2004
    Location
    GA
    Posts
    18,981
    Rep Power
    150

    Default

    how bout post some details so we can help

  9. #9
    Certified Gearhead
    Join Date
    Mar 2005
    Age
    37
    Posts
    157
    Rep Power
    20

    Default

    ok here goes


    Create an Access Database for the purpose of reporting student GPA & Average Course
    Grade. This Project is actually your Access Test. Therefore, I will not answer any of
    your questions as this is a test. If you did the Access homework, you have been exposed
    to everything you need to know (Access related) to do this project. You also need a

    student specific data sheet to accompany this project sheet.



    You will get this in class when the Project is assigned. If you miss that class, it is your

    responsibility to get it from me. Each student will have different data and structural

    values. You must turn in your student specific data sheet with your project and of

    course, your database must meet the requirements of your student specific data sheet.


    Requirements and deliverables:

    A) Four (4) tables and data items:



    1.{Students}- StudentID, FirstName, LastName, Address1, Address2, City, State,

    Zip_Code, Phone, Email, Major

    (must use your StudentIDs, FirstName, LastName from your handout – you can

    make up the other information. IMPORTANT- StudentID field length must be

    what is specified on your sheet)


    2. {Class_Master}- ClassID, ClassName, Credits

    (must use your Class_Master data from your handout. IMPORTANT – ClassID field

    length must be what is specified on your sheet)


    3. {Class_Attend}- ClassID, StudentID, Grade, Semester, Year

    (must have at least 40 records total – must have records for each
    StudentID, must use at least two years (2001, 2002, 2003), must
    use at least two different semesters, each StudentID must have at
    least one non three credit hour course, all grades must be used)



    4. {Quality_Points}- Grade, Points Build this table and enter the
    following data in it: A,4; B,3; C,2; D,1; F,0.



    B) The following fields are required to be lookup fields with the following data:

    Class_Attend:Grade – A,B,C,D,F

    Class_Attend:Semester – Fall, Spring, Summer

    Class_Master:Credits – 1,2,3,4



    C) Table relationships: (remember to make all key fields the same length)

    Students to Class_Attend - (one to many – this requires referential integrity)

    Class_Master to Class_Attend - (one to many – this requires referential integrity)

    Quality_Points to Class_Attend - (one to many – this requires referential integrity)



    D) Forms (Three of them)

    Create Forms for entering data for the tables: Students; Class_Master; Class_Attend.



    E) Queries (Two of them)

    1) create a GPA query with all the data required to use in creating the

    Student GPA Report.
    2) create a query with all the data required to use in creating the
    Average Grade Report.



    F) Reports (two of them)

    1) Create a report based on the GPA query above that will calculate
    student’s GPA for all their coursework (a sample is provided on the
    class website). This must be grouped by StudentID (with StudentID,
    FirstName, and LastName appearing only once per student) and all the
    courses must be listed and sorted first by year and second by semester.
    Be sure your GPAs are accurate; calculate GPA by dividing total
    quality points by total credits.

    2) Create an Average Grade by Course Report (based on the query
    you created above) . Group it by course ID, sorted by year, sorted
    by semester that calculates what the average grade is by course. You
    will have to design this report yourself (no sample will be provided)
    and figure out how to get (calculate) the average grade per each course
    in your DB. This will be hard.

  10. #10
    ⎝⏠⏝⏠⎠ RandomGuy's Avatar
    Join Date
    Jan 2004
    Location
    GA
    Posts
    18,981
    Rep Power
    150

    Default

    Quote Originally Posted by nipponLIFE
    ok here goes


    Create an Access Database for the purpose of reporting student GPA & Average Course
    Grade. This Project is actually your Access Test. Therefore, I will not answer any of
    your questions as this is a test. If you did the Access homework, you have been exposed
    to everything you need to know (Access related) to do this project. You also need a

    student specific data sheet to accompany this project sheet.



    You will get this in class when the Project is assigned. If you miss that class, it is your

    responsibility to get it from me. Each student will have different data and structural

    values. You must turn in your student specific data sheet with your project and of

    course, your database must meet the requirements of your student specific data sheet.


    Requirements and deliverables:

    A) Four (4) tables and data items:



    1.{Students}- StudentID, FirstName, LastName, Address1, Address2, City, State,

    Zip_Code, Phone, Email, Major

    (must use your StudentIDs, FirstName, LastName from your handout – you can

    make up the other information. IMPORTANT- StudentID field length must be

    what is specified on your sheet)


    2. {Class_Master}- ClassID, ClassName, Credits

    (must use your Class_Master data from your handout. IMPORTANT – ClassID field

    length must be what is specified on your sheet)


    3. {Class_Attend}- ClassID, StudentID, Grade, Semester, Year

    (must have at least 40 records total – must have records for each
    StudentID, must use at least two years (2001, 2002, 2003), must
    use at least two different semesters, each StudentID must have at
    least one non three credit hour course, all grades must be used)



    4. {Quality_Points}- Grade, Points Build this table and enter the
    following data in it: A,4; B,3; C,2; D,1; F,0.



    B) The following fields are required to be lookup fields with the following data:

    Class_Attend:Grade – A,B,C,D,F

    Class_Attend:Semester – Fall, Spring, Summer

    Class_Master:Credits – 1,2,3,4



    C) Table relationships: (remember to make all key fields the same length)

    Students to Class_Attend - (one to many – this requires referential integrity)

    Class_Master to Class_Attend - (one to many – this requires referential integrity)

    Quality_Points to Class_Attend - (one to many – this requires referential integrity)



    D) Forms (Three of them)

    Create Forms for entering data for the tables: Students; Class_Master; Class_Attend.



    E) Queries (Two of them)

    1) create a GPA query with all the data required to use in creating the

    Student GPA Report.
    2) create a query with all the data required to use in creating the
    Average Grade Report.



    F) Reports (two of them)

    1) Create a report based on the GPA query above that will calculate
    student’s GPA for all their coursework (a sample is provided on the
    class website). This must be grouped by StudentID (with StudentID,
    FirstName, and LastName appearing only once per student) and all the
    courses must be listed and sorted first by year and second by semester.
    Be sure your GPAs are accurate; calculate GPA by dividing total
    quality points by total credits.

    2) Create an Average Grade by Course Report (based on the query
    you created above) . Group it by course ID, sorted by year, sorted
    by semester that calculates what the average grade is by course. You
    will have to design this report yourself (no sample will be provided)
    and figure out how to get (calculate) the average grade per each course
    in your DB. This will be hard.
    i'm sure this shit isn't out of the blue to you lolol

    so you have NO clue what you're doing?

    i assume access is like visual basic and if thats the case i know a good deal


    just make the form... and go from there... once you got it started it just flows... open ur book and i'm sure the answers are in there

  11. #11
    Certified Gearhead
    Join Date
    Mar 2005
    Age
    37
    Posts
    157
    Rep Power
    20

    Default

    dude guys im totally fucked my project is do soon..i been workin on it for about 6-7 hours....i got all the data and shit plugged into the tables making the database but the it will not show relationships..it says repeating data!!!! im about to scream!

    if anyone out ther could please help me...please

  12. #12
    Duck of Death ShooterMcGavin's Avatar
    Join Date
    Jun 2003
    Location
    right behind you...
    Age
    42
    Posts
    24,836
    Rep Power
    52

    Default

    so basically u've been dicking off in class (if u even went) and haven't done any of the hw now u expect someone else to bail u out? gtfo, grow up and learn some responsibility, neg reps for u

  13. #13
    Duck of Death ShooterMcGavin's Avatar
    Join Date
    Jun 2003
    Location
    right behind you...
    Age
    42
    Posts
    24,836
    Rep Power
    52

    Default

    not to mention as simple as this shit looks, u could probably find out how to do it had u even bothered googling "ms access for retards". oh well, mcdonald's is always lookin for a few good men

  14. #14
    EARNIN & BURNIN thinkfast®'s Avatar
    Join Date
    Apr 2003
    Location
    WHERE THE CASH AT
    Posts
    30,133
    Rep Power
    57

    Default

    DING FWIES AWE DONE

  15. #15
    Duck of Death ShooterMcGavin's Avatar
    Join Date
    Jun 2003
    Location
    right behind you...
    Age
    42
    Posts
    24,836
    Rep Power
    52

    Default

    yeah hurry up and serve my puto ricky, he gets impatient quick, and u don't wanna know what happens when he get impatient

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
ImportAtlanta is a community of gearheads and car enthusiasts. It does not matter what kind of car or bike you drive, IA is an open community for any gearhead. Whether you're looking for advice on a performance build or posting your wheels for sale, you're welcome here!
Announcement
Welcome back to ImportAtlanta. We are currently undergoing many changes, so please report any issues you encounter with the site using the 'Contact Us' button below. Thank you!