MS Access Arnob
MS Access Arnob
Submitted by
Name: Arnob Das
CU Registration Number: 144-1111-0743-20
CU Roll no: 201144-21-0185
College Roll No: BH0301
Supervised by
Year of submission:
May 2023
1
Introduction
MS Access is an important application used for Data-entry by
organizations. The first version of Access was released by Microsoft
Corporation on 13th November 1992. Several file extensions are there
depending on the file formats, the most common being the .adn extension.
2
Features
1. Ideal for individual users and smaller teams
3
Advantage Of Ms Access
4
Disadvantage Of MS Access
Discussed following are the limitations of MS Access:
5
Create Ms Access Database Software to
Prepare Salary in Your Company
I'll give you the brief instruction to create a Payroll system using MS
access for generate monthly salaries and print salary slips easily with
this. You can print pay sheets for individual employers and salary details
also. No need to install special software, no need special Skill but you
need Ms Access in your computer. This way you can keep each month
salary details records under database and can edit or review later.
Instructions
Add following details or your details what you pay to your staff monthly.
(Image in Fig.1&2)
6
Fig.1
Fig.2
7
Step 2: Create Query for Basic Main Table
Create a Query for basic main data table. (Image in Fig.3)
Fig.3
8
Step 4: Create a Salary Slip
Create a salary Slip how you want to give to your staff as below.
Each and every details what you want to show in your staff salary slip.
(Image in Fig.5&6)
9
Fig.5
Fig.6
1
Step 5: Create a Form to Enter Data
Fig.7
1
Step 6: Enter Staff Details
Fig.8
1
Using MS Access to Create a Database
In this assignment, you are required to create a database – dbStudentCourse. In this database, you
should do the following work:
Create three tables: tblStudent, tblCourse, and tblStudentCourse,
Build the relationship between tblStudent and tblCourse,
Create a query, and
Generate a report based on the query results.
You can follow the following procedures to accomplish your Project work. You will have to submit
your work in email will not accept Access databases due to security risk.
Database Design
This database contains three tables: tblStudent, tblCourse, and tblStudentCourse.
tblStudent(StudentID, Sname, GPA)
tblCourse(CourseID, CourseTitle, CreditHour, Description)
tblStudentCourse(StudentID, CourseID, DateTaken, Status)
2
Using MS Access to Create a Database
Open Microsoft Access 2013, and click “Blank Database”. You need to name your database as
“dbStudent.accdb” and save it into a location that you will remember. Click “Create”.
In the database, you will see “Table1”, which is the default name created by Access. The datasheet
view of “Table1” is on the right hand side of the database. Right click “Table1” on the top of the
datasheet view and choose “Design View”. In the pop up window, rename the table as
“tblStudent”.
Input the field name and choose the data type as shown in Figure 1 above.
Set the first field “StudentID” as the “primary key” by right clicking the very beginning of the
first row. Now, the design of the table “tblStudent” is completed.
To create other two tables “tblCourse” and “tblStudentCourse”, go to the top menu and click
“Create” and then “Table”, you will see a new table named “Table1”. Repeat the procedures of b)
and input the field names and data types as indicated in Figure 2 and 3.
3
Using MS Access to Create a Database
Figure 3.
4
Using MS Access to Create a Database
4b Figure
4c Figure
5
Using MS Access to Create a Database
Figure 5
6
Using MS Access to Create a Database
Query Tables
Query Manually
Click “Create” menu, you will see several options to create a query. We will use “Query design”.
When the “Show Table” box is popped up, add all the tables.
Drag the data fields you need from tables to the query layout area where the tables are shown. Click
“Run”, you will get a query table. In your assignment, you list StudentID, SName, GPA, and
CourseTitle; and name your query as qryStudentCourse.
Figure 6.
Create reports
Click “Create” on the menu and then “Report Wizards”.
Select the query you just generated and select all the fields.
Follow the instructions to create your own report based on the query you just created:
rptStudentCourse.
7
BIBILIOGRAPHY
The study material to complete this project it takes from the books
provided by the University of Calcutta.
Sources:
Learn MS Access
www.ebiztehnix.com
www.aspringyouths.com
www.javatpoint.com
www.simplilearn.com