Faculty of Management Sciences: BBA - 2019 (B) Submitted To: Sir Mubashar Hassan Zia
Faculty of Management Sciences: BBA - 2019 (B) Submitted To: Sir Mubashar Hassan Zia
SUBMITTED BY:
Sumiyya Qamar Alvi
CMS: 31725
1
ACKNOWLEDGEMENT
Primarily I would thank Allah Almighty for being able to complete this project with success.
After that I would like to thank my Teacher Sir Mubbashar Hassan Zia for providing me an
opportunity to do this project.
I sincerely thank my two dear friends for their guidance and encouragement in carrying out this
project work.
I am making this project not only for marks but to also increase my knowledge.
Sumiyya Qamar Alvi
2
DEDICATION
This project is dedicated to:
ALLAH SWT
My Teacher Sir Mubashar Hassan Zia
My Parents and siblings
My close friends
3
CHAPTER 1:
CREATING A MONTHLY EXPENSE SHEET IN MICROSOFT EXCEL
4
WHAT IS MICROSOFT EXCEL?
Excel is a software program from Microsoft that is part of the Microsoft Office suite of
productivity software developed by Microsoft. Released on September 30, 1985, Excel is
capable of creating and editing spreadsheets that are saved with a .xls or .xlsx file
extension. General uses of Excel include cell-based calculation, pivot tables, and various
graphing tools. For instance, with an Excel spreadsheet, you could create a monthly
budget, track business expenses, or sort and organize large amounts of data.
Unlike a word processor, such as Microsoft Word, the Excel documents consist
of columns and rows of data, made up of individual cells. Each of these cells can contain
either text or numerical values that can be calculated using formulas.
5
1. Choose a Template (or Software)
To make an expense report, you should use either a template or expense-tracking
software. Making an expense report from scratch can be time consuming.
To create an expense report in Excel, PDF, Word or other popular programs, you need to
download a template.
6
2. Edit the Columns
Expense sheets has standard columns you can use to adapt your expense report template, if
needed. The columns are:
Date: when the amount was given
Routine: the amount used on daily items
Outing: the amount used on outing
Friends Circle: the amount spent on friends
Transport: the amount used for transportation
Total: cost of the expense
Your columns should reflect common expenses in your daily life.
7
3. Add Expenses
Add each expense on a new line, being sure to fill out as much information as possible. Be sure
to indicate the expense to ensure accurate tracking.
Enter your expenses in chronological order so the most recent expense is at the end.
8
4. Add up the Total
When you click AutoSum, Excel automatically enters a formula (that uses the sum function) to
sum the numbers.
Here’s an example. To add the January numbers in this Entertainment budget, select cell B7, the
cell immediately below the column of numbers. Then click AutoSum. A formula appears in cell
B7, and Excel highlights the cells you’re totaling.
Press Enter to display the result (95.94) in cell B7. You can also see the formula in the formula
bar at the top of the Excel window.
9
CHAPTER 2:
CREATING DATABASE ON ACCESS OF A COMPANY
INTRODUCTION:
HOMESHOPPING.PK
10
What is a Table?
A database table is a structure that organizes data into rows and columns – forming a grid.
Tables are similar to a worksheets in spreadsheet applications. The rows run horizontally and
represent each record. The columns run vertically and represent a specific field. The rows and
columns intersect, forming a grid. The intersection of the rows and columns defines each cell in
the table.
The header cell of a column usually displays the name of the column. The column is
usually named to reflect the contents of each cell in that column. For example, a column name of
First Name could be used to reflect that the cells will contain the first name of an individual.
The rows don’t typically have a header cell as such, but often the first column will contain a
unique identifier – such as an ID. This field is often assigned as the primary key, as a primary
key requires a unique identifier (i.e. the value of this field will be different for each record).
This means that we can identify each record by its ID (or other unique identifier).
Therefore, tables can reference records in other tables simply by referring to the record’s primary
key value. In this case, the tables have a relationship. This is where the relational part comes
from relational database management systems.
CUSTOMER TABLES
11
ORDER TABLES
12
CREATE A FORM IN ACCESS
Forms in Access are like display cases in stores that make it easier to view or get the items that
you want. Since forms are objects through which you or other users can add, edit, or display the
data stored in your Access desktop database, the design of your form is an important aspect. If
your Access desktop database is going to be used by multiple users, well-designed forms is
essential for efficiency and data entry accuracy.
There are several ways of creating a form in an Access desktop database
1. In the Navigation pane, select the table you want to use to create a form. You do not need
to open the table.
2. Select the Create tab, locate the Forms group, and click the Form command.
13
3. Your form will be created and opened in Layout view.
14
RELATIONSHIP DIAGRAM IN ACCESS
15
Show any Queries and/or Orphan Tables:
By default, Access only displays objects that are in a relationship. However, you can view
all tables and queries to see if any are missing from the diagram.
To do this, click the Show Table button on the Ribbon (from the Design tab) to launch the
Show Tables dialog box.
16
Add the Objects
Select any objects you'd like to add to the diagram and click add.
Click Close once you're done.
17
CREATING REPORTS
Reports organize and summarize data for viewing online or for printing. A detail report displays
all of the selected records. You can include summary data such as totals, counts, and percentages
in a detail report. A summary report does not list the selected records but instead summarizes the
data and presents totals, counts, percentages, or other summary data only. Access has several
report generation tools that you can use to create both detail and summary reports quickly. This
lesson teaches you how to create reports.
Use the Report Button
The Report button creates a simple report that lists the records in the selected table or
query in a columnar format.
To use the Report button:
18
Open the Navigation pane.
Click the table or query on which you want to base your report.
Activate the Create tab.
Click the Report button in the Reports group. Access creates your report and displays
your report in Layout view. You can modify the report.
19
The End
20