Cramster.com - Homework Solutions, Lecture Notes, Exams, and Free Online Homework Help
Sign Up Now! Login Customer Support
McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Problem Solved.
    Home    
    Homework Help    
   Answer Board   
    Resources (Beta)    
   
Member's Topic Headline:

MS ACCESS PROJECT

Know the answer? Have a better solution? Share it.
Sign Up Now for FREE!
Join the thousands of students
getting ahead in their classes.
Member Testimonials

Question:

Advertisement:

Answer | Ask New Question | Customize Profile | Leaderboards | 
FAQ

Member's Avatar

Pupil
Karma Points: 50
Respect (6%):
Date Posted: 7/23/2008 2:52:26 AM  Status: Live
MS ACCESS PROJECT
Course Textbook Chapter Problem
N/A DATA BASE ANY N/A
Question Details:

Problem Statements:

In this project, you will have to come up with MS-Access tables, Forms and Report for

the following database schema for XYZ University higher education wing, which has

only Ph.D. students enrolled. The DB is designed to arrange records of students enrolled

in Ph.D. for different disciplines.

Data Base Schema:

Student (stu_id, stu_name, stu_gender, stu_age, year_admited, cgpa)

Dept (dept_id, dept_name)

Course (dept_id, course_no, course_name)

Enroll (stu_id, dept_id, course_no, gpa)

All primary keys are bold. All foreign keys have the same name as the primary key that

they are referencing. The constraints or assumptions of Data base is as under,

Tool used:

You are required to use MS-Access 2003 (Recommended) or any version of MS-Access

compatible with MS-Access 2003. No other tool is required to develop project. If you are

developing your database in MS-SQL Server, you are free for that. But then you import

your Database in MS-Access 2003 for developing forms and report.

 

Description of entities in tables:

Entity Name Description with Types preferred

Types are Not mandatory

Used In Table

stu_id Student ID (Numeric) Student

stu_name Student Name (Characters) Student

stu_gender Student Gender (Male / Female) (Char.) Student

stu_age Student Age (Tiny Integer) Student

year_admited Year When admitted in University (Date) Student

Cgpa CGPA in previous Academic career Student

dept_id Department ID (Numeric) Dept

dept_name Department Name (Character) Dept

dept_id Department ID (Numeric) Course

course_no Course Number (Numeric) Course

course_name Course Name (Character) Course

stu_id Student ID (Numeric) Enroll

dept_id Department ID (Numeric) Enroll

course_no Course Number (Numeric) Enroll

Gpa Grade in that Course (Float) Enroll

?? You are free to use any logical data type of entities as mentioned above

Sample Table Values:

Student

stu_id stu_name stu_gender stu_age year_admited cgpa

1 ABC X Male 27.5 2005 3.1

2 DEF Y Female 29 2006 3.0

3 GHI Z Female 28 2005 3.5

4 GKL O Male 29.5 2004 3.2

5 MNO P Male 30 2006 3.7
 

Dept

dept_id dept_name

1 CS

2 ECO

3 MTH

Course

dept_id course_no course_name

1 1 Networks

1 2 DBMS

3 3 Calculus

Enroll

stu_id dept_id course_no gpa

1 1 1 0.0

2 1 1 2.8

1 3 3 3.1

What to do:

?? Create FOUR tables using Access as schema provided above (05*4 =20)

?? Draw TWO forms (10*2=20)

?? Develop ONE report (10*1=10)

The details for tasks are as under,

1 - Creating Tables:

Create tables using MS-Access or MS-SQL Server. If using SQL Server, import data and

schema in MS-Access. You may create tables in MS-Access by wizard or designing

table. You are not supposed to create tables by entering data option.

You are also supposed to enter at least 3-4 entries in a table to view in form and / or

report.

2 – Draw Forms:

You have to draw two (2) forms. One is simple and primitive type while other is a bit

advanced form designing.

 

a – Draw Form1:

You have to draw simple entry form for student record. You are free to design it rather by

wizard or by design option.

b – Draw Form2:

You have to draw a bit complex form as compared to form1. You have to merge two

tables in one form. Template is as under.

Where,

Attributes Table

Department ID, Course No and Course Name Course

Student ID and GPA Enroll

Criteria (Operations on Form, [Step by Step]):

?? First you select Department ID, populated list or combo box

?? Select Course ID from combo box or list again that correspond to particular

department

?? Course Name is displayed automatically as we select Course ID from List

?? Then all students along with their GPAs that registered / Enroll in this course is

displayed in Sub form or lower part of form

3 – Develop Report:

Template for report is as below,
 

Answers:

Member's Avatar

Guru
Karma Points: 2,014
Date Posted: 7/23/2008 6:57:37 AM  Status: Live
Asker's Rating: None Provided    Moderator's Rating: N/A
Response:
Dear such type of projects can't be possible to do in cramster's windows, because it requires all the concern files to be attached, and here no such facility available. OK.

Hope this will help you,
Don't forget to LIFE SAVER RATE to my answer plz.

Ziaxp (MIT)


Cramster Expert

Member's Avatar

(Cramster SME)
Moderator
Cramster In-House Subject Matter Expert
Date Posted: 7/23/2008 8:17:13 AM  Status: Live
Asker's Rating: None Provided    Moderator's Rating: N/A
Response:
 
Dear User
 
It is very difficult to give explanation to each and everything of how it should be performed. Here, I am giving some steps / points with which you can finish off your assignment.
 
 
Step 1: Click on start button and goto programs and from there select Microsoft Access ( sometime available under Microsoft Office ) and click on it
 
Step2 : Access sw opens ( sometime upon selection of blank database) and you will be prompted to save the file name.
 
Step3 : Give a file name( I gave 'AB' on my system) and click on the Save button.
 
Step4 : A window will be opened for you which looks like bellow. ( Please note that Tables got highlighted).
 
 
Step 5: Now double click on "Create table in Design View". Enter the entries. Now, it will open another window which looks like below.
 
 
Step 6 : Here enter your table details as shown. To set the primary key, right click on the row ( if multiple fields are there, then, select all those those and then do right click). After all the details entered, click on the 'X' to close this window.
 
 
Step 7 : This will prompt you to enter the table name. So enter table name as "Student" and click OK
 
Repeat steps from 4 to create one more tables ( dept, enroll, course ) under this database.
 
 
After creating all the four tables now it looks like below.




Now click on the forms to create forms( which looks like below )




Now double click on second option "Create form by using wizard". Select the table from which you want the data to be retrieved. Here I chosen the table to be "student".



A click on ">>" button will move all the fields on left side to right side which mean that they should be part of the form. After that press the "Next" button.



Here it will ask for layout. I have chosen the Tabular layout. Now press "Next" and then press "Finish". Now a form will be displayed to you with data which looks like below.



Hope it helped you. Still need any assistance / clarification ? Remember, CRAMSTER is always there to SOLVE PROBLEMS.
 



By reading or posting messages on these forums, you are agreeing to the Answer Board's Terms of Service and Conduct (TSC).


About Cramster | Terms of Use | Privacy Policy | Contact Us | Press Room | Site Map | Support | Anti-Cheating Policy

Cramster.com is not affiliated with any publisher. Book covers, title and author names appear for reference only.
Copyright © 2008 Cramster, Inc.