Practical Note Book: Under The University of Calcutta)
Practical Note Book: Under The University of Calcutta)
(Submitted for the Degree of B.Com. Honours / General In Accounting & Finance
under the University of Calcutta)
Computerised Accounting
(MS - Access)
Submitted by
Name of the Candidate :- ************
Supervised by
................................................. 2021
1
INTRODUTION
Microsoft Access is a type of database software that is used to store information for reporting,
referencing and analysis. With Microsoft Access, you can analyze large amounts of data faster and
more efficiently than with Excel or other types of spreadsheets. Access is most popular for its
tables, forms and queries. The database tables are similar to spreadsheets, so you shouldn’t have
much trouble using the basic functions of the program. However, it does take time to learn the full
features. There are two components of a computer system i.e. data and information. A user provides
data as an input for a computer, which is provided by CPU and the user gets the information as an
output.
A database is simply an organised collection of data. Database arranges information in such a way
that any specific piece of information can be easily accessed. MS-Access is a database software
package. Using this software, we can store, manage and retrieve information. Once data is entered
in database, it can also be modified.
Microsoft Access is one of the popular DBMS applications. It is a relational database, where data is
stored in the form of tables. A relational database uses multiple tables to organise data and creates
relationships between tales to retrieve data.
2
QUESTION
1. Create the following table with your name and insert the following data in the
table.
NAME Text 20
DEPT Text 10
DESIG Text 10
3
2. Now perform the following instructions:-
c. To display only Name of those employees who are working in ACCTS dept.
e. To display only those records whose dept is MKTG & DESIG is MGR.
4
STEP 1: CLICK ON START BUTTON AND GO TO MS-OFFICE ACCESS
5
STEP 3: CLICK ON THE VIEW ICON & SELECT THE DESIGN VIEW.
6
STEP 5: ENTER THE FIELD NAME AND DATA TYPE
STEP 6: AFTER ENTER THE DATA TYPE CLICK ON HALF CROSS BUTTON
7
STEP 7: ENTER EMPLOYEE DATA IN TABLE
8
STEP 9: AFTER SELECTING QUERY WIZARD OPTION THEN NEW TAB OPEN AND
CLICK OK.
9
STEP 11: CLICK ON NEXT BUTTON
10
DISPLAY ONLY THE NAME OF EMPLOYEE
11
DISPLAY ALL RECORD OF EMPLOYEE WHOSE DESIGNATION IS MGR
12
DISPLAY ALL RECORD OF EMPLOYEE WHO ARE WORKING IN ACCTS DEPT
13
DISPLAY THOSE RECORDS WHOSE BASIC IS MORE THAN 5000
14
DISPLAY THOSE RECORDS WHOSE DESIG IS MGR AND DEPT IS MKTG
15
DISPLAY ALL RECORDS OF EMPLOYEE WHOSE NAME STARTS WITH ”A”
16
SELECT REPORT WIZARD FROM CREATE OPTION
17
THE FINAL DATABASE IS OBTAINED
18