Gursheen Project Word File
Gursheen Project Word File
Page 2 of
79
CRO07646 GURSHEEN
08 KAUR
MS EXCEL..............................................................4
INRODUCTION................................................4
SPREADSHEET DETAILS.....................................4
FEATURES OF MS EXCEL.....................................6
CELL REFERENCING..........................................9
FUNCTIONS IN MS EXCEL...................................11
CASE STUDY...................................................15
TALLY.ERP 3............................................................24
INTRODUCTION...............................................24
ACCOUNTING SOFTWARE...................................24
ERP AND ITS BASIC CHARACTERISTICS....................26
VOUCHER TYPES................................................31
ENTERING TRANSACTIONS...................................32
FINANCIAL ANALYSIS TOOLS..................................38
CASE STUDY......................................................40
MS ACCESS............................................................50
PARTS OF ACCESS DATABASE.................................51
CREATING DATABASE...........................................53
TABLES AND DATA TYPES.........................................54
FORMS...............................................................57
CASE STUDY........................................................60
Page 3 of
79
CRO07646 GURSHEEN
08 KAUR
INTRODUCTION TO MS EXCEL!
A Spreadsheet is a computer application that simulates a paper
worksheet. It displays multiple cells that together make up a grid
consisting of rows and columns, each cell containing either
alphanumeric text or numeric values. A spreadsheet cell may
alternatively contain a formula that defines how the contents of
that cell are to be calculated from the contents of any other cell
(or combination of cells) each time any cell is updated. Spreadsheets
are frequently used for financial information, because of their
ability to re-calculate the entire sheet automatically, after a
change to a single cell is made.
SPREADSHEET DETAILS
Worksheet is a grid made up of horizontal rows and vertical columns.
The Excel 2010 worksheet contains 1,048,576 rows and 16,384
columns. Each intersection of a row and a column forms a cell, in
Quick
which the user can store data.
Acces
s
Toolba
Ribbon
Row Number
Sheet Tab
Page 4 of
79
CRO07646 GURSHEEN
08 KAUR
Row number
Identifies a horizontal row in the worksheet. It appears on the left
border of the worksheet.
Column letter
Identifies a vertical column in the worksheet. It appears on the top
border of the worksheet. Columns are lettered A-Z, then AA-AZ, then
BA-BZ, and so on to 16,384th column.
Active Cell
In an Excel 2010 worksheet, the active cell can be identified with the
black outline. Data is always entered into the active cell.
Formula Bar
Located above the worksheet, this area displays the constant value or
formula used in the active cell. It can also be used for entering or
editing data and formulas.
Name Box
Located at the left of the formula bar, the Name Box displays the cell
reference or the name of the active cell.
Sheet Tab
Displays the names of the worksheets. Switching between worksheets
is done by clicking on the sheet tab at the bottom of the screen.
Ribbon
The Ribbon is the strip of buttons and icons located above the work
area in Excel 2010. In Ribbon,
commands are organized in logical groups, which are collected
together under tabs. We can hide
the ribbon by double-clicking the active tab.
Page 5 of
79
CRO07646 GURSHEEN
08 KAUR
FEATURES OF MS EXCEL
Worksheet and Graphics: The worksheet and graphics feature
includes extremely powerful calculating features. Apart from working
with numbers and text, it is also possible to present
graphical data using Excel 2010.
Page 6 of
79
CRO07646 GURSHEEN
08 KAUR
the Excel Web App makes it possible to edit the same spreadsheet
with others simultaneously from different locations.
Page 7 of
79
CRO07646 GURSHEEN
08 KAUR
STARTING MS EXCEL
To start Excel 2010, click the Start Button, All Programs,
and Microsoft Office and then select Microsoft Excel
2010.
Excel 2010 provides options in the ribbon and the user can
select the appropriate options to perform an operation.
When Excel 2010 is loaded, two windows appear that are nested
one within the other. The larger window is called the
Application Window, which covers the entire screen.
WORKBOOK IN EXCEL
A workbook is an Excel file where the data is stored. A workbook consists of
many worksheets. A worksheet is a page in the workbook where data can be
entered.
Page 8 of
79
CRO07646 GURSHEEN
08 KAUR
The current sheet is always highlighted in the sheet tab. Sheets belonging to
a
Page 9 of
79
CRO07646 GURSHEEN
08 KAUR
particular application can be stored in the same workbook. When the
workbook is opened, all the worksheets contained in that workbook are
automatically opened. Since each workbook contains many sheets, the
user can organize various types of related information in a single file.
To move from one sheet to another sheet, click the sheet tab.
Opening a Workbook
Click the File Tab, and then click Open.
In the Open dialog box, browse to the location that contains
the workbook to open.
After finding the required workbook, select it.
Click Open.
Page 10
of 79
CRO07646 GURSHEEN
08 KAUR
Saving a Workbook
Click the File Tab, and then click
Save As. Or
Press Ctrl+S or F12 key on the keyboard.
CELL REFERENCING
The intersection of a column and a row is called a cell. Each cell
on the spreadsheet has a cell address that is the column letter and
the row number. Cells can contain text, numbers, or
mathematical formulae.
Page 10 of
79
CRO07646 GURSHEEN
08 KAUR
CATEGORY EXAMPLES
Financial Calculates interest rates, loan payments, depreciation
amounts, etc.
Date and time Returns the current hour, day of week or year, time, or date.
Maths and Calculates absolute values, cosines, logarithms, etc.
Trignometrical
Statistical Calculates total, average, high and low numbers in a range;
standard
deviation etc.
Lookup and Searches for and returns values from a range; creates
Reference hyperlinks to
network or Internet documents.
Database Calculates average, maximum, minimum etc. in an Excel
database
table.
Text Converts text to upper or lower case, trims characters from
the right
or left end of a text string, concatenates text strings.
Logical Evaluates an expression, and returns a value of TRUE or
FALSE; used
to trigger other actions or formatting.
Information Returns information from Excel or Windows about the current
status
of a cell, object, or the environment.
Engineering Included with MS-Office, but must be installed separately
Page 11 of
79
CRO07646 GURSHEEN
08 KAUR
from the
Analysis Toolpak.
Cube Returns a member or tuple from an OLAP cube, calculates
the
number of items in a set etc.
Compatibility Contains the original statistical functions which existed in
earlier
versions of Excel, since some of the earlier statistical
functions have been renamed in Excel 2010.
Page 12 of
79
CRO07646 GURSHEEN
08 KAUR
NPV
It calculates the net present value of an investment based on a
discount rate and a series of future payments (negative values) and
income (positive values). Its syntax is:
NPV(rate, value1, [value2],...)
NPV uses the order of value1, value2, ... to interpret the order of cash
flows. Be sure to enter the payment and income values in the
correct sequence.
Page 13 of
79
CRO07646 GURSHEEN
08 KAUR
8 =NPV(A2,A3,A4,A5,A6) or Net present value of this
NPV(A2,A3:A6) investment
(1188.44)
Page 14 of
79
CRO07646 GURSHEEN
08 KAUR
PMT
It calculates the payment for a loan (installment) based on constant
payments and aconstant interest rate. Its syntax is:
Page 15 of
79
CRO07646 GURSHEEN
08 KAUR
COUNT
Counts the number of cells that contain numbers and also numbers
within the list of arguments. We use COUNT to get the number of
entries in a number field that is in a range or array of numbers.
COUNTIF:
It counts the number of cells within a range that meet the given
Range is the range of cells from which the user wants to count
nonblank cells. Criteria is the condition in the form of a number,
expression, or text that defines which cells will be counted. For
example, criteria can be expressed as
32, “32”, “>32”, “apples”.
RAND
It returns an evenly distributed random real number greater than or
equal to 0 and less than 1. A new random real number is returned
every time the worksheet is calculated.
Syntax: RAND()
RANDBETWEEN
It returns a random integer number between the numbers specified. A
new random integer number is returned every time the worksheet is
calculated.
return.
Page 16 of
79
CRO07646 GURSHEEN
08 KAUR
CASE STUDY ON THE APPLICATION OF
THE FOLLOWING FUNCTIONS
Left
function
Sumif
Function
Data
Validation
Pivot
Table
Vlookup
Function
Paste
Special
Page 17 of
79
CRO07646 GURSHEEN
08 KAUR
’11:11’ WATCH STORE is a leading luxury, premium and smart watch
brand. Ms. Gracy is the owner of four of its outlets. The outlets are in
East, West, North and South region of the city. She has appointed 5
employees in each store. To organize and manage the data from all
her stores in a systematic manner, analyze such data and report
thereon, she uses EXCEL. Here are some records maintained by
her and functions used to do so.
PERSONNEL DATA
Currently this is the employee data she has:
Page 18 of
79
CRO07646 GURSHEEN
08 KAUR
Suppose she wants to allot each employee an email address.
Eg: [email protected]
Here abc could be the first/middle/last three alphabets of their names. Here
we’re going to take the FIRST three alphabets.
Function Used: LEFT
Syntax: LEFT(text,[num_chars])
Page 19 of
79
CRO07646 GURSHEEN
08 KAUR
HERE IS HER SALES DATA!
Syntax: SUMIF(Range,criteria,[sum_range])
Page 20 of
79
CRO07646 GURSHEEN
08 KAUR
To insert a Pivot Table, select Pivot table under the INSERT Tab.
Select a table range and choose a location.
Select suitable fields.
Page 1G of
67
CRO07646 GURSHEEN
08 KAUR
Here is the desired Pivot Table!
Just like this she also created a table showing region wise
sales of each product.
Page 20 of
79
CRO07646 GURSHEEN
08 KAUR
Now enter the amount of sales in the SALES column to calculate the
commission earned.
Page 21 of
79
CRO07646 GURSHEEN
08 KAUR
Ms Gracy has now calculated the commission for all the
employees but forgot to add it in the TOTAL PAY while
recording the data.
Page 22 of
79
CRO07646 GURSHEEN
08 KAUR
Select the cell where values are to be pasted and click
ctrl+alt+v (short cut key for Paste Special)
Page 23 of
79
CRO07646 GURSHEEN
08 KAUR
INRODUCTION TO TALLY!
ACCOUNTING SOFTWARE:
Page 24 of
79
CRO07646 GURSHEEN
08 KAUR
arithmetical accuracy & cursory glance)
Profit G Loss Account
(Income reduced by Expenses)
Balance Sheet
(Statement of Assets and Liabilities)
In case of manual accounting, all the seven activities are carried out
by human beings, i.e.
accountants. But in case of accounting software, out of the above
seven activities, following two
activities only are performed by human beings, i.e.
Understanding the Transactions
Voucher Entry
Remaining five
activities, i.e.
Posting,
Balancing,
Trial Balance
Profit & Loss Account
Balance Sheet
are performed by software automatically. In some special cases, even
Voucher Entry job can also be assigned to software without any
human intervention.
E.g. interest calculation and application in banks is carried out by
software on a specific assigned date, automatically.
Page 25 of
79
CRO07646 GURSHEEN
08 KAUR
complete accounting data besides, tampering and fabrication
of the data.
Page 26 of
79
CRO07646 GURSHEEN
08 KAUR
ERP SOFTWARE:
Page 28 of
79
CRO07646 GURSHEEN
08 KAUR
transaction or change in master data.
Due to single set of data as central database, it is possible to
update all the data for all the departments on real time
basis.
Financial Accounting
This is basic activity that is expected to be handled by any
accounting software. ERP software is also used as
accounting software. All types of financial transactions like
sales, purchase, receipt, payment, contra, journal, etc. are
recorded to prepare Profit & Loss and Balance Sheet and many
other accounting and MIS reports.
Project Management
Execution of big size projects may consume huge resources. ERP
software is used to manage the execution of projects
effectively at minimum possible cost.
Page 29 of
79
CRO07646 GURSHEEN
08 KAUR
SETTING UP A NEW COMPANY IN TALLY!
After selecting the Create Company option the following window shall appear.
Page 30 of
79
CRO07646 GURSHEEN
08 KAUR
The meaning and use of all the fields:
DIRECTORY: The location where user wants to save the company data.
It can be internal hard disc drive of local computer or a network
computer or any external drive also.
NAME: The name which you want to use for display on screen.
MAILING NAME: The name which a user wants to print in reports. It
can be same as that of Name or can be a different name also.
ADDRESS: The full address of the company should be written here.
This will be used in all the reports while printing.
STATUTORY COMPLIANCE FOR: Tally.ERP 9, release 4.5 offers
choice of 41 countries here. Any option can be selected as per
requirement. Tally will apply all the statutory features for the
selected country only.
STATE: State option is available only if India is selected as a country.
State selection is important for VAT compliance. VAT feature in tally
will not work correctly if incorrect state is selected.
TELEPHONE NO: Type the landline telephone number here.
MOBILE NO: Type the mobile number here.
E-MAIL: Type email address here.
ENABLE AUTO BACKUP: This option shall be no by default. If this
option is made “Yes”, tally will automatically take the backup of
company data at the time of loading the company. The backup
shall be stored at the same location and same folder where original
data files are stored. The name of the auto backup fi le shall be
“ABK.900”. Auto backup feature may be of great help in case of
loss of data, CURRENCY SYMBOL: New rupee symbol has been
introduced by Tally. This will be displayed with amount in many
reports.
MAINTAIN: Two options are available.
1. Accounts only,
2. Accounts with Inventory.
Any option can be selected as per need.
FINANCIAL YEAR FROM: This is the starting date from which a user wants
to start accounting year.
BOOKS BEGINNING FROM: This is the starting date from which a
user wants to start recording transactions.
TALLY VAULT PASSWORD: Tally vault is the highest level of
security provided by tally. It is a system of encrypting data. Tally
vault password can be set while creation of company or it can be
set later on also.
USE SECURITY CONTROL: Set this option to “Yes” to enable the security
Page 2G of
67
CRO07646 GURSHEEN
08 KAUR
and
access control feature in a particular company. Multiple users IDs with
different
Page 2G of
67
CRO07646 GURSHEEN
08 KAUR
access rights can be created and used using this feature. Setting this option
to
“Yes” will prompt five new field in the same screen.
NAME OF ADMINISTRATOR: Administrator is the user responsible
to administer tally company. Administrator will be having total rights
over all the facilities and features in a particular company. Other
user’s rights can be controlled through administrator ID only.
PASSWORD: Set the password for administrator here. Maximum
allowed password length is 51
characters. It is suggested to use a password with alphabets,
numbers and special characters.
USE TALLY AUDIT FEATURES: Tally has got two types of audit
features. One is quantitative audit and other is qualitative audit. Set
this option to “Yes” to start quantitative audit feature. Here a user
can track the changes made in vouchers and masters.
DISALLOW OPENING IN EDUCATIONAL MODE: Setting this
option to “Yes” will prevent a user from opening the company in
educational mode. Company will get opened with licensed Tally
only.
BASE CURRENCY INFORMATION: This may be set as per need.
At the end, accept the screen by pressing “Enter” key or “Y” key to create the
company.
Page 31 of
79
CRO07646 GURSHEEN
08 KAUR
ENTERING TRANSACTIONS IN TALLY.ERP 9
PURCHASE VOUCHER
Page 32 of
79
CRO07646 GURSHEEN
08 KAUR
SALES VOUCHER
SALES INVOICE
Page 33 of
79
CRO07646 GURSHEEN
08 KAUR
RECEIPT VOUCHER
In Tally.ERP G, we can record any money received from debtors
against sales Invoices or on Account and for all transactions where
money is received, using the Receipt Voucher.
Page 34 of
79
CRO07646 GURSHEEN
08 KAUR
Select the Bank Ledger in the By field and press Enter
to accept the amount.
We can also pass the above Receipt Voucher in Single Entry Mode, by
pressing
F12: Configure and setting Use Single Entry mode for Pymt/Rcpt/Contra
Page 35 of
79
CRO07646 GURSHEEN
08 KAUR
Page 36 of
79
CRO07646 GURSHEEN
08 KAUR
(iv) Press Enter and save.
JOURNAL VOUCHER
In Tally.ERP G, we can create Journal Vouchers for adjustments with
respect to debit and credit amounts without involving the cash or
bank accounts.
Page 38 of
79
CRO07646 GURSHEEN
08 KAUR
Page 39 of
79
CRO07646 GURSHEEN
08 KAUR
To view Cash Flow Summary:
Go to Gateway of Tally > Display > Cash/Funds Flow > Cash Flow.
Select a month and press Enter.
RATIO ANALYSIS
Ratio Analysis is an indicator of the operating performance of a
business. In Tally.ERP 9, we can generate Ratio Analysis report
providing information on critical ratios (viz., operating cost
percentage, return on working capital and so on) in a single report.
To view Ratio Analysis Report:
Go to Gateway of Tally > Ratio Analysis.
Page 3G of
67
CRO07646 GURSHEEN
08 KAUR
CASE STUDY!
A firm registered with the name SINGH TRADERS on 1.4.2023. Passing
the following journal transaction in the given firm:
1.4.2023
MR. SINGH INVESTED IN TRADE
Cash 30,00,000
Furniture 5,00,000
Plant & Machinery 2,00,000
Land & Building 10,00,000
Page 40 of
79
CRO07646 GURSHEEN
08 KAUR
KIRAN ENTERPRISES
STOCK ITEM ǪTY RATE (Rs) AMT(Rs)
Samsung LED 2 100 1,00,000 1,00,00,000
Sony LED 2 100 1,00,000 1,00,00,000
LG LED 2 100 1,00,000 1,00,00,000
These goods were delivered to the Kidwai Nagar Godown.
Page 41 of
79
CRO07646 GURSHEEN
08 KAUR
GODOWN CREATION IN TALLY
STEP 1: Godown affiliation
Gateway of Tally > F11 Features > F2 Inventory Features
Page 42 of
79
CRO07646 GURSHEEN
08 KAUR
STEP 2: Godown Creation
Gateway of Tally > Inventory Info > Godown > Create
Page 43 of
79
CRO07646 GURSHEEN
08 KAUR
For creating Sub-groups:
Page 44 of
79
CRO07646 GURSHEEN
08 KAUR
1.5.2023
FOLLOWING PAYMENTS ARE MADE AGAINST FOLLOWING HEADS
Salary 100000
Refreshments 50000
Rent 100000
Electricity Bill 150000
Stationery 10000
Wages 30000
Fuel 10000
Page 45 of
79
CRO07646 GURSHEEN
08 KAUR
Page 46 of
79
CRO07646 GURSHEEN
08 KAUR
STOCK SUMMARY
PGL A/C
Page 47 of
79
CRO07646 GURSHEEN
08 KAUR
BALANCESHEET
Page 48 of
79
CRO07646 GURSHEEN
08 KAUR
DELETING A COMPANY
Gateway of Tally > ALT +F3 Company Info > Alter
Page 4G of
67
CRO07646 GURSHEEN
08 KAUR
INTRODUCTION
Microsoft Access 2010 for Windows is a Database Management
System or DBMS, which helps us to manage data stored in a
computer database. A database is a tool for collecting and
organizing information. Databases can store information about
people, products, orders or anything else. A computerized database
is a container of objects. One database can contain more than
one table.
STARTING MS ACCESS
There are two ways are there to start Microsoft Access.
Page 50 of
79
CRO07646 GURSHEEN
08 KAUR
TABLES
A database table is similar in appearance to a spreadsheet, in
that data is stored in rows and columns.
As a result, it is usually quite easy to import a spreadsheet into
a database table.
The main difference between storing data in a spreadsheet and
storing it in a database is in how the data is organized.
To get the most flexibility out of a database, the data needs to be
organized
into tables so that redundancies don’t occur.
Page 51 of
79
CRO07646 GURSHEEN
08 KAUR
Each row in a table is referred to as a Record. Records are where
the individual pieces of information are stored. Each record
consists of one or more fields.
FORMS
Forms are sometimes referred to as "Data Entry Screens", which are
the interfaces we use to work with our data and they often contain
command buttons that perform various commands. We can create a
database without using forms by simply editing our data in the table
datasheets. However, most database users prefer to use forms for
viewing, entering and editing data in the tables.
REPORTS
Reports are what we use to summarize and present data in the tables.
A report usually answers a specific question, such as "How much
money did we receive from each customer this year?" or "What
cities are our customers located in?" Each report can be formatted
to present the information in the most readable way possible.
A report can be run at any time and will always reflect the current
data in the database. Reports are generally formatted to be printed
out, but they can also be viewed on the screen, exported to another
program or sent as e-mail message.
QUERIES
Queries are the real workhorses in a database and can perform
many different functions. Their most common function is to
retrieve specific data from the tables. The data we want to see is
usually spread across several tables and queries allow us to view it
in a single datasheet. Also, since we usually don't want to see all the
records at once, queries let us add criteria to "filter" the data down to
just the records we want. Queries often serve as the record source for
forms and reports.
MACROS
Macros in Access can be thought of as a simplified programming
language which we can use to add functionality to our database.
For example, we can attach a macro to a command button on a
form so that the macro runs whenever the button is clicked. Macros
contain actions that perform tasks, such as opening a report,
running a query or closing the database. Most database operations
that we do manually can be automated by using macros, so they can
be great timesaving devices.
Page 52 of
79
CRO07646 GURSHEEN
08 KAUR
MODULES
A module is a collection of declarations, statements and
procedures that are stored together as a unit. A module can be
either a class module or a standard module. Class modules are
attached to forms or reports and usually contain procedures that
are specific to the form or report they're attached to. Standard
modules contain general procedures that aren't associated with any
other object.
CREATING A DATABASE
When Microsoft Access first starts up, a dialog box is automatically
displayed as follows:
Page 53 of
79
CRO07646 GURSHEEN
08 KAUR
TABLES AND DATA TYPES
A Table Example
The following list shows some common examples of tables we might create.
❖ A Customers table that lists our company's customers and their addresses,
❖ Catalogue of products sold, including prices and pictures for each item,
❖ A Tasks table that tracks tasks and due dates,
❖ An Inventory of equipment or stock on hand.
Page 54 of
79
CRO07646 GURSHEEN
08 KAUR
TABLE AND FIELD PROPERTIES:
Tables and fields have properties that one can set to control their
characteristics or behaviour.
Table property: In an Access database, table properties are attributes
of a table that affect the appearance or behaviour of the table as a
whole. A table opens in Design view and its properties are set in the
table's property sheet. For example, one can set a table's Default
View property to specify how the table is displayed by default.
Field property: A field property defines one of the field's
characteristics or an aspect of the field's behaviour and applies to a
particular field in a table through Datasheet view. One can also set
any field property in Design view by using the Field Properties
pane.
Datasheet View: In Datasheet view, we can enter data immediately
and let Access build the table structure behind the scenes. Field
names are assigned numerically (Field1, Field2 and so on…) and
Access automatically sets each field's data type, based on the data
we enter. In this, we can edit fields, add and delete data and search
for data.
DATA TYPES:
Every field has to be assigned a data type which indicates the kind of
data that the field stores, such as large amounts of text or
attached fi les. A data type is a field property, but it differs from
other field properties as follows:
We set a field's data type in the table design grid, not in the
Field Properties pane.
A field's data type determines what other properties the field has.
The Data type property can be set only in the upper portion of
table Design view. The data types:
Page 55 of
79
CRO07646 GURSHEEN
08 KAUR
Memo Lenghthy text or Upto 63,999
combinations of text characters
and numbers
Page 56 of
79
CRO07646 GURSHEEN
08 KAUR
Number Numeric data used in 1, 2, 4 or 8 bytes.
mathematical
calculations
Date/Time Date and time values 8 bytes.
for
the years 100-9999
Currency Currency values and 8 bytes.
numeric data
used in
mathematical
calculations
involving data
with one to four
decimal places.
Auto number A unique sequential 4 bytes (16 bytes if
[incremented by 1] the
number or random Field Size property is
number assigned set to Replication
whenever a new ID).
record is added
Yes/No Yes and No 1 bit.
Page 58 of
79
CRO07646 GURSHEEN
08 KAUR
perform the lookup,
typically 4 bytes.
FORMS
A form is a database object that the user can use to enter, edit,
display data from a table or a query. The user can use the forms
to control access of data in a database.
Form and Its Types:
As mentioned above, the user can create a form in MS-Access in
either of the following two ways:
Choose the Form Wizard provided by Microsoft Access. Opting
for form wizard make the form creation an easy task. But the
form thus created is very simple with little options.
Create form from scratch using Form Design view. Opting for
form design view provides the user with more controls to
customize and design the form in a complex yet effective
way.
Page 59 of
79
CRO07646 GURSHEEN
08 KAUR
THE GENERAL TYPES OF FORMS THAT MS-ACCESS OFFERS ARE AS FOLLOWS:
Simple Form:
This is the simplest and most common type of form available in MS-
Access. It lets the user create a form that lets him / her to enter
information for one record at a time.This form lets the user see the
datasheet in the upper section and a form in the lower section for
entering information about the record selected in the datasheet.
Multiple Items:
This form lets the user to see multiple records in a datasheet, with one
record per row.
Blank Form:
This form lets the user start with a blank form and then add fields and
other controls manually.
PivotChart:
PivotChart lets the user create a PivotChart form.
Page 60 of
79
CRO07646 GURSHEEN
08 KAUR
Page 5G of
67
CRO07646 GURSHEEN
08 KAUR
CASE STUDY
Page 60 of
79
CRO07646 GURSHEEN
08 KAUR
Page 61 of
79
CRO07646 GURSHEEN
08 KAUR
Step 3: Inserting Of Forms
Creating a Form using Form Wizard
On the Create tab, in the Forms group, click More Forms and
choose Form Wizard as shown below:
Now specify table for which the user wants to create the form as shown
below:
After choosing the table or query, the user will see a screen
similar to as shown below:
Page 62 of
79
CRO07646 GURSHEEN
08 KAUR
After selecting the desired field(s) from the table, screen will
appear as shown and select the option you want:
After making the choice, the user can click Finish and a RESULTANT
FORM
will come.
Page 63 of
79
CRO07646 GURSHEEN
08 KAUR
Step 4: Inserting of Report:
Select the Report Wizard button in the Reports group of the Create tab.
Page 64 of
79
CRO07646 GURSHEEN
08 KAUR
Page 65 of
79
CRO07646 GURSHEEN
08 KAUR
The user may click finish to see a report.
Page 66 of
79
CRO07646 GURSHEEN
08 KAUR
MS EXCEL SOFTWARE.
MS WORD SOFTWARE.
TALLY SOFTWARE.
MS ACCESS SOFTWARE.
MODULE 1, MODULE 2
Page 67 of
79