SlideShare a Scribd company logo
1 of 65
BATRA SIR
OBJECTIVES Its  our promise that by the end of this presentation, you will be able to:  •  Create and maintain an ACCESS table  •  Design a form  •  Develop a query  •  Create, format and print a report.
GETTING STARTED  •  Double click on your desk top icon  or  •  Click Start, Programs, Microsoft Access.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
 
Open an Existing Database  •  Click  Open an Existing Database  •  Select a file from list of files presented in the open window  •  Click  OK
THE ACCESS DATABASE WINDOW
ACCESS DATABASE: Relational Databases.  ACCESS is a relational database management system. Relational databases allow you to organize your data into tables; each table focuses on a specific topic; the various tables can then be linked to each other for inquiry and reporting purposes. Database Components.  Microsoft Access uses four objects to create a Database:  •  Tables  •  Queries  •  Forms  •  Reports.
Table  A table is the basic element of a Database and contains the data entered by users. Each row (or record) contains information about a particular item (e.g., an employee). The record is made up of several fields; each field contains one piece of information relating to the item (e.g., employee's name, address, phone, etc.).  Query  A query extracts selected data from a table (or another query) and presents it in spreadsheet format.  Form  A form is a graphical template based on a table (or query). It is used to enter new data into the database or display existing data.  Report  A report extracts selected data from a table (or query) and formats it for printing.
  DATABASE WINDOW COMPONENTS Menu Bar  Command Buttons  Object Tabs  Favorites
DATABASE WINDOW COMPONENTS  Menu Bar  This toolbar contains commands and submenus. They will change depending on the functions you are currently performing.  Object Tabs  Allow you to see a list of all objects in that category: Tables, Queries, Forms, Reports, Macros, and Modules.  Command buttons  you to Open an existing database, modify the Design of an existing database or create a New database.  Groups A  Group consists of shortcuts to the database objects that belong to it. You can keep related objects of different types together in a group.  For example, you may group a Form together with its Subforms and the Tables and/or Queries that the Forms are based on.  Favorites  The Favorites folder stores shortcuts to frequently used file folders and databases.
TABLES   Record (row)  Field (column) Navigator    Scroll Bars
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Movement Keys  Tab, Enter –  move you from field to field.  Scroll bars (vertical, horizontal) – move up and down rows, through pages of records, or across several columns.  Page Up and Down –  move one page at a time.  Ctrl/Home and Ctrl/End –  move to the top or bottom of the table.
What is a Table?  A table is a database object used to store, organize and view data. All other objects are based on the data stored in tables.  Tables are comprised of:  •  Fields - represented by columns  •  Records - stored as rows.  Tables look like EXCEL worksheets.
CHANGE COLUMN APPEARANCE Select a column with the down arrow:
CHANGE COLUMN APPEARANCE  Resize  •  Position mouse cursor on the vertical line between column headings to display a cross  •  Drag left or right or  •  Double click on the vertical line to let Access choose the best column width.  Select a Column  •  Place the mouse cursor in the heading of a column 􀃐 and click.  Move  •  Click the mouse in the heading of a column.􀃐.  •  When the white arrow cursor is displayed, hold down the left mouse button. A small  white box appears.  •  Drag this column to its new position.
Hide:  •  Click cursor in any row of column to be hidden.  •  Click Format.  •  Click Hide Columns.  Show :  •  Click Format.  •  Choose Unhide Columns.  •  Click check box next to the column name to be shown.  •  Click Close.  Freeze:  keeps selected columns on the left side of the screen when you scroll to the right to see those fields which are not in view.  •  Position cursor in column to be frozen.  •  Click Format.  •  Click Freeze Columns.  Note : the frozen columns are re-positioned to the left side of the screen.  Unfreeze :  •  Click Format.  •  Click Unfreeze All Columns.  Note :  you may want to move the unfrozen columns to their original position.
ENTER, VIEW AND MODIFY DATA  Undo  Sort  Find  ENTERING DATA  Enter Data  •  Type data and press Enter or Tab to move to the next cell.  VIEW DATA  Find Data  •  Click the Find icon to locate a particular field value in the table.  •  The Find and Replace dialog box allows you to search for all or part of a field in one or many columns.  Sorting  •  Select a column and click the ascending or descending sort icon. The sort applies to the display; the physically stored data remains unchanged on the table.
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
TABLE DESIGN Design View  Data Normalization  Primary Key  Smallest  Components  (Address)
TABLE DESIGN Tables are the heart of a database. If tables are organized efficiently, query and report design will be straightforward.  Design a Table  •  Click Table Tab  •  Click  New  •  Click Design View and OK.  Categorize Your Data  Each table should deal with one category of data and have a unique key to which all the other fields are related. Normalize Your Data  Data normalization increases the accuracy of your data and saves space on your database by eliminating duplicate information where it is not necessary.  •  Eliminate redundancy – data values should not be repeated in several records of a table and records should not have empty fields.  •  Define smallest components – break your data into distinct components; e.g., Last Name, First Name, Street, ZIP, Area Code, etc.  Choose a Primary Key  A Primary Key is a field that uniquely identifies each record in the table; all data in the table should be related to that unique key.
DATA TYPE DEFINITIONS  Text   •  any character (alpha, special characters, numbers)  •  up to 255 in length  •  numbers cannot be used for calculations  Memo  •  any character (alpha, special characters, numbers)  •  up to 65,000 in length  •  numbers cannot be used for calculations  •  field cannot be sorted or indexed  Number  •  numeric data to be used for mathematical calculations  •  not to be used for currency fields  •  Field Size property further defines its function and size  Date/ time  •  must be a valid date/time entry at entry time  •  format property determines display format
Currency   •  prevents rounding off during calculations  •  15 digits to the left of the decimal point and 4 to the right are available  Auto Number  •  ACCESS automatically creates an incrementing unique number  •  controlled by ACCESS  •  cannot repeat  Note: since an Auto number field value is unique within each table, it can be used as a Primary key if none of the other application fields contain unique values. Yes/No  •  logical indicator (one of two values)  •  on/off, true/false, yes/no  •  Yes value is yes, on, true or -1;  No value is no, off, false or 0 . OLE object  •  used to store Word or Excel documents  •  can also store pictures, sound and graphics created by other programs
FIELD PROPERTIES
FIELD PROPERTIES  The properties for each field in your table are displayed in the Field Properties pane in Design View. ACCESS assigns default values for all properties that you can change.  •  Click a field in the Design view window  •  Press F6 to jump to the related Field Properties display.  Field Size  :-  Sets a maximum size for data; varies according to Data Type:  •  text is 255 characters  •  number  - byte (255)  - integer (+/- 32,000, no fractions)  - long integer (+/- 2 billion, no fractions)  - single (floating point, decimal precision 7)  - double floating point, (decimal precision 15)
Format  Date/time, currency, and numbers have several display  formats  available. Click on the down-arrow to the right of  the format cell to see options.  Input Mask  Controls the way data is entered; frequently used for  telephone numbers, postal codes, SSN #’s, date/time fields.  ACCESS offers a Wizard for text and date/time data types.  Caption  You specify text for the label attached to a field; will be used  as the column heading when displaying tables, queries and  reports. The default value is Field Name.  Default Value  Specifies a value that will be automatically  entered when you create a new record.  Validation Rule  Controls the values to be entered into a field;  e.g., < 1/1/2000 Validation Text  The message that will be displayed when the  rule is broken; e.g., “Cannot enter dates later  than 12/31/1999”.
Required  Click Yes to indicate that data must be entered into the field.  Allow Zero Length  Applies to text, memo and Hyperlink only. Entering a zero  length string (“”) means, “I know there is no value for this  field”; used with Required property.  Indexed    An index helps ACCESS find and sort records faster; use on  fields you search frequently, or fields you intend to join in  queries. Indexes can be based on a single field or multiple  fields; the field value does not have to be unique;  e.g., LastName.  •  Click the Indexed property in Field Properties.  •  Click the drop down list arrow for options.  •  Click an option:  - No to remove an existing index  - Yes (Duplicates OK) for non-unique indexing or  - Yes (No Duplicates) for unique indexing.
TABLE RELATIONSHIPS  View related tables in Datasheet view.  Sub datasheet  Orders    Order Details
Fields from distinct tables can be merged on queries and reports
TABLE RELATIONSHIPS  Viewing multiple tables in the same window in Datasheet view  Open multiple tables in Datasheet View:  •  From Database Window, click a table and click Open  •  Click a second table, click Open  •  Click Window on Menu Action Bar  •  Click Tile Vertically  Sub datasheet  Access 2000 has a new feature which allows you to show a related table by clicking  on the small + in each row in datasheet view. The related table will be displayed as  a Sub datasheet (and the small + is now a -).   Each Table has a Unique Focus  Each table focuses on one topic; the topic is usually defined  by the Primary Key – e.g., Order ID.  Tables are related by common fields  For Query and Reporting purposes, tables can be joined so  that all detail information can be displayed (see Orders and  Order Details Report on opposite page).  Example  The Orders Table lists :  •  Order numbers  •  Customer numbers.  Customer details are carried in the Customers Table and Product descriptions are carried in the Products Table.
HELP FROM THE WEB  •  Click Help in the Menu Bar.  •  Click Office on the Web to access the Internet and open the Microsoft Office Update web page.  •  Click:  - Access Favorites (click on a topic)  - Under Access, click &quot;Assistance&quot;.
FORMS  Header  Detail  Footer  Form View
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
FORM WIZARD AutoForm   Form Wizard
FORM WIZARD  The quickest way to create a Form is to use the AutoForm Wizard. Even if you want a customized Form, you may want to start with AutoForm and then modify it.  Using Form Wizard  From Database window:  •  Click Table Tab and select a Table  •  Click Open  •  Click New Object: AutoForm icon in Table Datasheet Toolbar  OR   Form Wizard Menu  •  Click Forms Tab  •  Click New  •  Click Form Wizard  •  Select a Table or Query from the drop-down list (OK)  •  Follow prompts:  - select Fields (Next)  - select Layout (Next)  - select Style (Next)  - create a Title (Finish).
TOOLBARS  Form Design  Formatting  (Form / Report)  Toolbox  (FOR MODIFICATION)
Modify a Form for the following reasons :  •  data fields need to be relocated in order to fit on one screen  •  font size should be enlarged for easy reading  •  cosmetic purposes, e.g., adding a logo or enhancing appearance with color.  Design View  A form has three sections :  Form Header, Detail, Form Footer.  Toolbars  Display three toolbars to modify a Form: Form Design,  Formatting Form/Report and Toolbox  To display toolbars:  •  Click the Forms Tab  •  Click Design  •  Click View in the Menu bar  •  Click toolbars  •  Click the desired Toolbar.  FORMATTING TOOLBAR ICONS  from Design View, click on the background section of  the Form  or a particular control on the form  to select it for modification.  Palettes  There are 3 Color palettes available in the Formatting toolbar:  •  Fill/Back color - paint background colors in forms, labels and textboxes  •  Font/Fore Color - change text color  •  Line/Border Color - change line color, e.g., borderlines.
Line/Border/ Width  Adjusts the thickness of lines .  Special Effects  Applies to label boxes and text boxes; boxes can be flat, raised,  sunken, etched, shadowed, chiseled.  Text formatting  Standard font, intensity and alignment tools; apply these to text  in label and text boxes.  TOOLBOX TOOLBAR ICONS  Add label  Add a label to the form:  •  click the icon  •  click the area where you want to insert the box  •  hold down the mouse button and draw (drag) a      square big enough to hold the box  •  release the mouse button  •  type text.
Unbound object frame  Add an unbound picture to the form:  •  click the icon  •  click the area where you want to insert the object  •  hold down the mouse button and draw a square big    enough to store the picture  •  release the mouse button (Insert Object window    appears)  •  choose from a list of object types such as Clip Art,    Gallery, Paintbrush picture, etc.  Object frame properties  Size Mode Property: default is Clip; you can change to  Stretch.  •  Right click on picture  •  Left click on Properties  - Clip – If the picture cannot fit into the space allowed for it, it is clipped to fit.  - Stretch – The picture is sized to fit the space allowed, keeping its height/width ratio.
QUERY WIZARD  Find Duplicates
 
Sort sequence  Selection criteria  DESIGN VIEW
SELECTION QUERIES  A selection query searches for data that meet your selection specifications and creates a Record set containing all the records that qualify. You can view this Recordset on your screen or use it as the source for a Report.  When designing a query manually you can specify:  •  table(s) from which you want to extract data  •  fields you want displayed  •  calculations you want performed on those displayed fields  •  ranges of data  •  sort sequences for various fields.  Query Design:  •  click the Query Tab  •  click New  •  click Design View  •  click OK.
Choose Source for Query Fields:  The Query Design window and a pop-up Show Table window listing all the tables and queries in your database are displayed. As you choose a table and/or query for your source, the selected object will be placed into the top pane of the Query window.  •  Click an object in the Show Table (table or query)  •  Click Add  •  Repeat these two steps for each object that is needed  •  Click Close.  Select Fields:  •  Double click each field in the source object that you want to include in your query. The selected fields will be placed into the Field portion of the Design grid. OR Drag and drop each field from the source object into a cell in the Design grid.  •  Specify selection criteria (see next page) and/or sort sequence for each of the selected fields.
CRITERIA EXPRESSIONS  Selection criteria
COMMON EXPRESSIONS  Criteria Expression  Shows records where  France  Value is France  Not France  Value is not France  In (France, Germany, Italy)  Value is France, Germany, or Italy  <M  Value begins with letters A-L  >=M  Value begins with letters M-Z  100  Numeric value is 100  <=20  Numeric value is less than or equal to 20  Date()  Date is today’s date  Now  Current date and time  >=#1/1/98#  Date is on or after 1/1/98  Between #1/1/98#AND#12/31/98#  Date is in the year 1998  2/*/*  Date is in the month of February  Null  The field does not contain a value  Is Not Null  The field contains a value  Note : when using a date in a calculation, surround it with number signs (#).
EXPRESSIONS FOR FIELD ROW  Expression Examples
SUMMATION QUERIES  Click on  Totals icon  Totals row  RUN
  SUMMATION QUERIES Queries provide either detail information or summation information about the data in your Tables.  For example •  Detail –  Display information from an individual table row. •  Summary –  Show a count of the number of checks written to a particular  Payee To obtain totals or “grouped by” category information, you must add the TOTALS row to your Query design grid:  •  Click the Totals button on the toolbar.  •  The Totals Row is displayed underneath the Table row on your design grid and the phrase “Group By” appears in the Total cell for each Field.  •  You have several options for calculations: Sum, Average, Count, Last, etc.  In the example on the opposite page, Access will group expenses together by “Pay To”, show the First check number paid in each group, and also count the number of checks written in each “Pay To” category.
FILTERS:  Filter by Selection  Based on a Table:  Select value to be used as criterion.  Filtered data
Filter by Form  Based on a Query:  Enter selection criteria  Filtered data
What is a Filter?  Filters act like Queries; they allow you to select and view data records quickly.  A filter differs from a query in the following ways:  a) entire records are reviewed, not just specified fields  b) multiple tables cannot be accessed in a filter  c) calculations cannot be performed in a filter  d) the filter tool can be selected from table datasheet view, query view or form view.  Applying a Filter  There are two ways to filter:  Filter by Selection  – specify one criterion by clicking on a value you are looking for within a  datasheet or form:  •  open a table  •  click on a specific value in any field on the table  •  click on the Filter by Selection icon in the toolbar  •  Access will display all rows having the same value as the field you selected.  Filter by Form  –  specify both criteria and conditions in a blank version of your table .  •  open a table  •  click on the Filter by Form icon in the toolbar  •  key in selection values or conditions in any field (s)  OR  click the drop down list arrow in any field and click a specific value in the list  •  Access will display all rows having the same value(s).
REPORTS  Design View  Unbound Controls  Bound Controls  Calculation  Print Preview  Headers  Detail  Footers
What is a Report?  A Report is used to display and print selected information from a Table or Query. Reports can display detail information as well as sub-totals and grand totals; queries can display either details or totals.  A Report has several sections:  •  Report header Appears once at the beginning of a report; it is printed on the first page,  before the page header.  •  Report footer Appears once at the end of the report; it is printed on the last page, before the page footer.  •  Page header Appears at the top of every page.  •  Page footer Appears at the bottom of every page.  •  Group header Appears at the beginning of a new group of records.  •  Group footer Appears at the end of a group of records.  •  Detail Contains the main body of a report’s data; controls in this section repeat for each record of the database.
Controls  Each section contains controls; controls are objects on a  form that display data, perform actions or decorate the  form; they are accessible through the toolbox in Design  View.  Controls may be bound, unbound or calculated:  •  bound controls are tied to a field in an underlying table or    query  •  unbound controls do not have a data source; they display fixed      data (information, lines, pictures)  •  calculated controls use expressions as the source of data.
REPORT WIZARDS
REPORT WIZARDS The quickest way to create a report is to use the AutoReport Wizard. Even if you want a customized Report, you may want to start with one of the Report Wizard formats and then modify the layout.  Using the Report Wizard  From Database window:  •  Click Reports Tab  •  Click New  •  Select Report Wizard from list (OK)  •  Follow prompts:  - choose a Table or Query (OK)  - select fields (Next)  - select grouping *  levels (Next)  - specify sorting sequence (Next)  - select layout and orientation (Next)  - click  Finish.  *  Grouping levels: allow you to keep together data belonging to a specific group; e.g., all customers with the same Zip code.
CHART WIZARD
CHART WIZARD Charts and graphs can be created using Report Wizard.  Access offers a variety of chart styles:  •  bar charts  •  pie charts  •  line charts  •  area charts  •  3-D charts.  Using the Chart Wizard  From Database window:  •  Click Reports Tab  •  Click New  •  Select Chart Wizard from list    (OK)  •  Follow prompts:  - choose a Table or Query    (OK)  - select fields    (Next)  - select type of chart   (Next)  - specify layout (e.g., x and y axis fields)  (Next)  - specify a title for the chart  (Finish).
VIEWING THE REPORT  View
VIEWING THE REPORT  Preview the report in design view:   •  Click down arrow on the View icon  •  Print Preview shows the entire report; you must use the scroll bars to view      left and right and page down.  •  Layout Preview shows one sample page, displaying the various sections.      From Report View (or Print Preview), you can use the Page buttons to see    one, two or multiple pages at once; the Zoom button allows you to enlarge    and view any section in order to read it.  Print Report  To print a Report:  •  click the Reports tab  •  click the report you want to print  •  click the Printer icon  Note:  Always preview your Report before printing.
CLOSING ACCESS  Object Window Close Button  Access Application Close Button
 
 

More Related Content

What's hot

Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel BasicsCompudon
 
Creating relationships with tables
Creating relationships with tablesCreating relationships with tables
Creating relationships with tablesJhen Articona
 
Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to ExcelNajma Alam
 
Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha253253
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007Reshma Arun
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Alomgir Hossain
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft AccessDUSPviz
 
DBMS - Database Management System
DBMS - Database Management System DBMS - Database Management System
DBMS - Database Management System Krishna Patel
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft ExcelTimesRide
 
Microsoft word for beginners
Microsoft word for beginnersMicrosoft word for beginners
Microsoft word for beginnersFritzOsongco1
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basicsjeshin jose
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms accessjigeno
 
Introduction to MS excel
Introduction to MS excelIntroduction to MS excel
Introduction to MS excelfatimazaheer12
 

What's hot (20)

Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Creating relationships with tables
Creating relationships with tablesCreating relationships with tables
Creating relationships with tables
 
Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to Excel
 
Ms access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal sahaMs access ppt 2017 by Gopal saha
Ms access ppt 2017 by Gopal saha
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Microsoft Access 2007
Microsoft Access 2007Microsoft Access 2007
Microsoft Access 2007
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft Access
 
DBMS - Database Management System
DBMS - Database Management System DBMS - Database Management System
DBMS - Database Management System
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
 
Microsoft word for beginners
Microsoft word for beginnersMicrosoft word for beginners
Microsoft word for beginners
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
Basic introduction to ms access
Basic introduction to ms accessBasic introduction to ms access
Basic introduction to ms access
 
Introduction to MS excel
Introduction to MS excelIntroduction to MS excel
Introduction to MS excel
 
Access ppt
Access ppt Access ppt
Access ppt
 
MS EXCEL
MS EXCELMS EXCEL
MS EXCEL
 

Viewers also liked

Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft accessHardik Patel
 
Access presentation
Access presentationAccess presentation
Access presentationDUSPviz
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPTokmomwalking
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access TutorialvirtualMaryam
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPTprsmith72
 
Access 2007 Training
Access 2007 TrainingAccess 2007 Training
Access 2007 Trainingpparakh
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access NotesPyi Soe
 
Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)teng113
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excelmadhuparna bhowmik
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentationegirshovich
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013comatsg
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseRebecca Wright-Washington
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentationsameerraaj
 

Viewers also liked (20)

Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
 
Ms access
Ms accessMs access
Ms access
 
Access presentation
Access presentationAccess presentation
Access presentation
 
Ms access 2007
Ms access 2007Ms access 2007
Ms access 2007
 
Access 2010 Unit A PPT
Access 2010 Unit A PPTAccess 2010 Unit A PPT
Access 2010 Unit A PPT
 
MS Office Access Tutorial
MS Office Access TutorialMS Office Access Tutorial
MS Office Access Tutorial
 
MS Access Ch 1 PPT
MS Access Ch 1 PPTMS Access Ch 1 PPT
MS Access Ch 1 PPT
 
Access 2007 Training
Access 2007 TrainingAccess 2007 Training
Access 2007 Training
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Ms Access
Ms AccessMs Access
Ms Access
 
Basic Access Notes
Basic Access NotesBasic Access Notes
Basic Access Notes
 
Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)Ms access 2010 lesson 3 (Interface)
Ms access 2010 lesson 3 (Interface)
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
 
Quickstart Microsoft access 2013
Quickstart Microsoft access 2013Quickstart Microsoft access 2013
Quickstart Microsoft access 2013
 
Ms access 2010
Ms access 2010Ms access 2010
Ms access 2010
 
How to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 DatabaseHow to Create A Microsoft Access 2007 Database
How to Create A Microsoft Access 2007 Database
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Database management system presentation
Database management system presentationDatabase management system presentation
Database management system presentation
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 

Similar to Ms Access ppt

New slides access
New slides accessNew slides access
New slides accessjooomalaga
 
access1.ppt
access1.pptaccess1.ppt
access1.pptmayada34
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercisessarahandaiza
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchDr Alok Bharti
 
MS EXCEL lecture .pptx
MS EXCEL lecture .pptxMS EXCEL lecture .pptx
MS EXCEL lecture .pptxcityhigh1
 
Excel 2007 for Retail
Excel 2007 for RetailExcel 2007 for Retail
Excel 2007 for RetailSoumit Ghosh
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxEsubalew21
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsKingston Tagoe
 
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfM0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfJoshCasas1
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxEsubalew21
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxMwangaPrayGod
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONYoomiLaataBekele
 

Similar to Ms Access ppt (20)

MS ACCESS PPT.pptx
MS ACCESS PPT.pptxMS ACCESS PPT.pptx
MS ACCESS PPT.pptx
 
New slides access
New slides accessNew slides access
New slides access
 
MS Access 2010 tutorial 3
MS Access 2010 tutorial 3MS Access 2010 tutorial 3
MS Access 2010 tutorial 3
 
access1.ppt
access1.pptaccess1.ppt
access1.ppt
 
Microsoft access exercises
Microsoft access exercisesMicrosoft access exercises
Microsoft access exercises
 
Uses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph researchUses & applications of microsoft excel in vph research
Uses & applications of microsoft excel in vph research
 
MS EXCEL lecture .pptx
MS EXCEL lecture .pptxMS EXCEL lecture .pptx
MS EXCEL lecture .pptx
 
IS100 Week 8
IS100 Week 8IS100 Week 8
IS100 Week 8
 
Excel 2007 for Retail
Excel 2007 for RetailExcel 2007 for Retail
Excel 2007 for Retail
 
Operate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptxOperate Spreadsheet applications ppt.pptx
Operate Spreadsheet applications ppt.pptx
 
Introduction to Basic Spreadsheets
Introduction to Basic SpreadsheetsIntroduction to Basic Spreadsheets
Introduction to Basic Spreadsheets
 
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdfM0DULE 1-MS ACCESS Databases and Database Objects.pdf
M0DULE 1-MS ACCESS Databases and Database Objects.pdf
 
Using Spreadsheets.pptx
Using Spreadsheets.pptxUsing Spreadsheets.pptx
Using Spreadsheets.pptx
 
Ms office excel
Ms office excelMs office excel
Ms office excel
 
Ms access
Ms accessMs access
Ms access
 
Module 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptxModule 08 Access & Use Database Application.pptx
Module 08 Access & Use Database Application.pptx
 
LECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptxLECTURE 06 (SPREADSHEET).pptx
LECTURE 06 (SPREADSHEET).pptx
 
Basic excel training
Basic excel trainingBasic excel training
Basic excel training
 
OPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATIONOPERATE DATABASE APPLICATION
OPERATE DATABASE APPLICATION
 
kiromax.ppt
kiromax.pptkiromax.ppt
kiromax.ppt
 

Recently uploaded

hyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementshyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementsirhcs
 
How to refresh to be fit for the future world
How to refresh to be fit for the future worldHow to refresh to be fit for the future world
How to refresh to be fit for the future worldChris Skinner
 
5 Brilliant Ways To Buy Verified Payoneer Accounts In 2024
5 Brilliant Ways To Buy Verified Payoneer Accounts In 20245 Brilliant Ways To Buy Verified Payoneer Accounts In 2024
5 Brilliant Ways To Buy Verified Payoneer Accounts In 2024https://localsmmshop.com/
 
The Risks of Ignoring Bookkeeping in Your Business
The Risks of Ignoring Bookkeeping in Your BusinessThe Risks of Ignoring Bookkeeping in Your Business
The Risks of Ignoring Bookkeeping in Your BusinessYourLegal Accounting
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIIRODORI inc.
 
Series A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by AccionSeries A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by AccionAlejandro Cremades
 
stock price prediction using machine learning
stock price prediction using machine learningstock price prediction using machine learning
stock price prediction using machine learninggauravwankar27
 
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdfDaftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdfAgusHalim9
 
Toyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsToyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsStefan Wolpers
 
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...Spesiialis Kandungan BPOM
 
PitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsPitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsAlejandro Cremades
 
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODF
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODFRATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODF
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODFCaitlinCummins3
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesHaseebBashir5
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...Khaled Al Awadi
 
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.daisycvs
 
Copyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowCopyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowMiriam Robeson
 
Creative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsCreative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsSlidesAI
 
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...Aurelien Domont, MBA
 

Recently uploaded (20)

hyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementshyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statements
 
How to refresh to be fit for the future world
How to refresh to be fit for the future worldHow to refresh to be fit for the future world
How to refresh to be fit for the future world
 
5 Brilliant Ways To Buy Verified Payoneer Accounts In 2024
5 Brilliant Ways To Buy Verified Payoneer Accounts In 20245 Brilliant Ways To Buy Verified Payoneer Accounts In 2024
5 Brilliant Ways To Buy Verified Payoneer Accounts In 2024
 
The Risks of Ignoring Bookkeeping in Your Business
The Risks of Ignoring Bookkeeping in Your BusinessThe Risks of Ignoring Bookkeeping in Your Business
The Risks of Ignoring Bookkeeping in Your Business
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORI
 
Series A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by AccionSeries A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by Accion
 
stock price prediction using machine learning
stock price prediction using machine learningstock price prediction using machine learning
stock price prediction using machine learning
 
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdfDaftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
 
WAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdfWAM Corporate Presentation May 2024_w.pdf
WAM Corporate Presentation May 2024_w.pdf
 
Toyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & TransformationsToyota Kata Coaching for Agile Teams & Transformations
Toyota Kata Coaching for Agile Teams & Transformations
 
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...
(( wa 0851/7541/5434 )) Jual Obat Aborsi Di Surabaya - Cytotec Misoprostol 20...
 
PitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsPitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for Startups
 
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODF
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODFRATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODF
RATINGS OF EACH VIDEO FOR UNI PROJECT IWDSFODF
 
Elevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO ServicesElevate Your Online Presence with SEO Services
Elevate Your Online Presence with SEO Services
 
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...NewBase   17 May  2024  Energy News issue - 1725 by Khaled Al Awadi_compresse...
NewBase 17 May 2024 Energy News issue - 1725 by Khaled Al Awadi_compresse...
 
(推特)Twitter账号批发(自助购买网址🎉top233.com🎉)
(推特)Twitter账号批发(自助购买网址🎉top233.com🎉)(推特)Twitter账号批发(自助购买网址🎉top233.com🎉)
(推特)Twitter账号批发(自助购买网址🎉top233.com🎉)
 
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
Abortion pills in Muscut<Oman(+27737758557) Cytotec available.inn Kuwait City.
 
Copyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to KnowCopyright: What Creators and Users of Art Need to Know
Copyright: What Creators and Users of Art Need to Know
 
Creative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team PresentationsCreative Ideas for Interactive Team Presentations
Creative Ideas for Interactive Team Presentations
 
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...
Creating an Income Statement with Forecasts: A Simple Guide and Free Excel Te...
 

Ms Access ppt

  • 2. OBJECTIVES Its our promise that by the end of this presentation, you will be able to: • Create and maintain an ACCESS table • Design a form • Develop a query • Create, format and print a report.
  • 3. GETTING STARTED • Double click on your desk top icon or • Click Start, Programs, Microsoft Access.
  • 4.
  • 5.  
  • 6. Open an Existing Database • Click Open an Existing Database • Select a file from list of files presented in the open window • Click OK
  • 8. ACCESS DATABASE: Relational Databases. ACCESS is a relational database management system. Relational databases allow you to organize your data into tables; each table focuses on a specific topic; the various tables can then be linked to each other for inquiry and reporting purposes. Database Components. Microsoft Access uses four objects to create a Database: • Tables • Queries • Forms • Reports.
  • 9. Table A table is the basic element of a Database and contains the data entered by users. Each row (or record) contains information about a particular item (e.g., an employee). The record is made up of several fields; each field contains one piece of information relating to the item (e.g., employee's name, address, phone, etc.). Query A query extracts selected data from a table (or another query) and presents it in spreadsheet format. Form A form is a graphical template based on a table (or query). It is used to enter new data into the database or display existing data. Report A report extracts selected data from a table (or query) and formats it for printing.
  • 10. DATABASE WINDOW COMPONENTS Menu Bar Command Buttons Object Tabs Favorites
  • 11. DATABASE WINDOW COMPONENTS Menu Bar This toolbar contains commands and submenus. They will change depending on the functions you are currently performing. Object Tabs Allow you to see a list of all objects in that category: Tables, Queries, Forms, Reports, Macros, and Modules. Command buttons you to Open an existing database, modify the Design of an existing database or create a New database. Groups A Group consists of shortcuts to the database objects that belong to it. You can keep related objects of different types together in a group. For example, you may group a Form together with its Subforms and the Tables and/or Queries that the Forms are based on. Favorites The Favorites folder stores shortcuts to frequently used file folders and databases.
  • 12. TABLES Record (row) Field (column) Navigator Scroll Bars
  • 13.
  • 14. Movement Keys Tab, Enter – move you from field to field. Scroll bars (vertical, horizontal) – move up and down rows, through pages of records, or across several columns. Page Up and Down – move one page at a time. Ctrl/Home and Ctrl/End – move to the top or bottom of the table.
  • 15. What is a Table? A table is a database object used to store, organize and view data. All other objects are based on the data stored in tables. Tables are comprised of: • Fields - represented by columns • Records - stored as rows. Tables look like EXCEL worksheets.
  • 16. CHANGE COLUMN APPEARANCE Select a column with the down arrow:
  • 17. CHANGE COLUMN APPEARANCE Resize • Position mouse cursor on the vertical line between column headings to display a cross • Drag left or right or • Double click on the vertical line to let Access choose the best column width. Select a Column • Place the mouse cursor in the heading of a column 􀃐 and click. Move • Click the mouse in the heading of a column.􀃐. • When the white arrow cursor is displayed, hold down the left mouse button. A small white box appears. • Drag this column to its new position.
  • 18. Hide: • Click cursor in any row of column to be hidden. • Click Format. • Click Hide Columns. Show : • Click Format. • Choose Unhide Columns. • Click check box next to the column name to be shown. • Click Close. Freeze: keeps selected columns on the left side of the screen when you scroll to the right to see those fields which are not in view. • Position cursor in column to be frozen. • Click Format. • Click Freeze Columns. Note : the frozen columns are re-positioned to the left side of the screen. Unfreeze : • Click Format. • Click Unfreeze All Columns. Note : you may want to move the unfrozen columns to their original position.
  • 19. ENTER, VIEW AND MODIFY DATA Undo Sort Find ENTERING DATA Enter Data • Type data and press Enter or Tab to move to the next cell. VIEW DATA Find Data • Click the Find icon to locate a particular field value in the table. • The Find and Replace dialog box allows you to search for all or part of a field in one or many columns. Sorting • Select a column and click the ascending or descending sort icon. The sort applies to the display; the physically stored data remains unchanged on the table.
  • 20.
  • 21. TABLE DESIGN Design View Data Normalization Primary Key Smallest Components (Address)
  • 22. TABLE DESIGN Tables are the heart of a database. If tables are organized efficiently, query and report design will be straightforward. Design a Table • Click Table Tab • Click New • Click Design View and OK. Categorize Your Data Each table should deal with one category of data and have a unique key to which all the other fields are related. Normalize Your Data Data normalization increases the accuracy of your data and saves space on your database by eliminating duplicate information where it is not necessary. • Eliminate redundancy – data values should not be repeated in several records of a table and records should not have empty fields. • Define smallest components – break your data into distinct components; e.g., Last Name, First Name, Street, ZIP, Area Code, etc. Choose a Primary Key A Primary Key is a field that uniquely identifies each record in the table; all data in the table should be related to that unique key.
  • 23. DATA TYPE DEFINITIONS Text • any character (alpha, special characters, numbers) • up to 255 in length • numbers cannot be used for calculations Memo • any character (alpha, special characters, numbers) • up to 65,000 in length • numbers cannot be used for calculations • field cannot be sorted or indexed Number • numeric data to be used for mathematical calculations • not to be used for currency fields • Field Size property further defines its function and size Date/ time • must be a valid date/time entry at entry time • format property determines display format
  • 24. Currency • prevents rounding off during calculations • 15 digits to the left of the decimal point and 4 to the right are available Auto Number • ACCESS automatically creates an incrementing unique number • controlled by ACCESS • cannot repeat Note: since an Auto number field value is unique within each table, it can be used as a Primary key if none of the other application fields contain unique values. Yes/No • logical indicator (one of two values) • on/off, true/false, yes/no • Yes value is yes, on, true or -1; No value is no, off, false or 0 . OLE object • used to store Word or Excel documents • can also store pictures, sound and graphics created by other programs
  • 26. FIELD PROPERTIES The properties for each field in your table are displayed in the Field Properties pane in Design View. ACCESS assigns default values for all properties that you can change. • Click a field in the Design view window • Press F6 to jump to the related Field Properties display. Field Size :- Sets a maximum size for data; varies according to Data Type: • text is 255 characters • number - byte (255) - integer (+/- 32,000, no fractions) - long integer (+/- 2 billion, no fractions) - single (floating point, decimal precision 7) - double floating point, (decimal precision 15)
  • 27. Format Date/time, currency, and numbers have several display formats available. Click on the down-arrow to the right of the format cell to see options. Input Mask Controls the way data is entered; frequently used for telephone numbers, postal codes, SSN #’s, date/time fields. ACCESS offers a Wizard for text and date/time data types. Caption You specify text for the label attached to a field; will be used as the column heading when displaying tables, queries and reports. The default value is Field Name. Default Value Specifies a value that will be automatically entered when you create a new record. Validation Rule Controls the values to be entered into a field; e.g., < 1/1/2000 Validation Text The message that will be displayed when the rule is broken; e.g., “Cannot enter dates later than 12/31/1999”.
  • 28. Required Click Yes to indicate that data must be entered into the field. Allow Zero Length Applies to text, memo and Hyperlink only. Entering a zero length string (“”) means, “I know there is no value for this field”; used with Required property. Indexed An index helps ACCESS find and sort records faster; use on fields you search frequently, or fields you intend to join in queries. Indexes can be based on a single field or multiple fields; the field value does not have to be unique; e.g., LastName. • Click the Indexed property in Field Properties. • Click the drop down list arrow for options. • Click an option: - No to remove an existing index - Yes (Duplicates OK) for non-unique indexing or - Yes (No Duplicates) for unique indexing.
  • 29. TABLE RELATIONSHIPS View related tables in Datasheet view. Sub datasheet Orders Order Details
  • 30. Fields from distinct tables can be merged on queries and reports
  • 31. TABLE RELATIONSHIPS Viewing multiple tables in the same window in Datasheet view Open multiple tables in Datasheet View: • From Database Window, click a table and click Open • Click a second table, click Open • Click Window on Menu Action Bar • Click Tile Vertically Sub datasheet Access 2000 has a new feature which allows you to show a related table by clicking on the small + in each row in datasheet view. The related table will be displayed as a Sub datasheet (and the small + is now a -). Each Table has a Unique Focus Each table focuses on one topic; the topic is usually defined by the Primary Key – e.g., Order ID. Tables are related by common fields For Query and Reporting purposes, tables can be joined so that all detail information can be displayed (see Orders and Order Details Report on opposite page). Example The Orders Table lists : • Order numbers • Customer numbers. Customer details are carried in the Customers Table and Product descriptions are carried in the Products Table.
  • 32. HELP FROM THE WEB • Click Help in the Menu Bar. • Click Office on the Web to access the Internet and open the Microsoft Office Update web page. • Click: - Access Favorites (click on a topic) - Under Access, click &quot;Assistance&quot;.
  • 33. FORMS Header Detail Footer Form View
  • 34.
  • 35. FORM WIZARD AutoForm Form Wizard
  • 36. FORM WIZARD The quickest way to create a Form is to use the AutoForm Wizard. Even if you want a customized Form, you may want to start with AutoForm and then modify it. Using Form Wizard From Database window: • Click Table Tab and select a Table • Click Open • Click New Object: AutoForm icon in Table Datasheet Toolbar OR Form Wizard Menu • Click Forms Tab • Click New • Click Form Wizard • Select a Table or Query from the drop-down list (OK) • Follow prompts: - select Fields (Next) - select Layout (Next) - select Style (Next) - create a Title (Finish).
  • 37. TOOLBARS Form Design Formatting (Form / Report) Toolbox (FOR MODIFICATION)
  • 38. Modify a Form for the following reasons : • data fields need to be relocated in order to fit on one screen • font size should be enlarged for easy reading • cosmetic purposes, e.g., adding a logo or enhancing appearance with color. Design View A form has three sections : Form Header, Detail, Form Footer. Toolbars Display three toolbars to modify a Form: Form Design, Formatting Form/Report and Toolbox To display toolbars: • Click the Forms Tab • Click Design • Click View in the Menu bar • Click toolbars • Click the desired Toolbar. FORMATTING TOOLBAR ICONS from Design View, click on the background section of the Form or a particular control on the form to select it for modification. Palettes There are 3 Color palettes available in the Formatting toolbar: • Fill/Back color - paint background colors in forms, labels and textboxes • Font/Fore Color - change text color • Line/Border Color - change line color, e.g., borderlines.
  • 39. Line/Border/ Width Adjusts the thickness of lines . Special Effects Applies to label boxes and text boxes; boxes can be flat, raised, sunken, etched, shadowed, chiseled. Text formatting Standard font, intensity and alignment tools; apply these to text in label and text boxes. TOOLBOX TOOLBAR ICONS Add label Add a label to the form: • click the icon • click the area where you want to insert the box • hold down the mouse button and draw (drag) a square big enough to hold the box • release the mouse button • type text.
  • 40. Unbound object frame Add an unbound picture to the form: • click the icon • click the area where you want to insert the object • hold down the mouse button and draw a square big enough to store the picture • release the mouse button (Insert Object window appears) • choose from a list of object types such as Clip Art, Gallery, Paintbrush picture, etc. Object frame properties Size Mode Property: default is Clip; you can change to Stretch. • Right click on picture • Left click on Properties - Clip – If the picture cannot fit into the space allowed for it, it is clipped to fit. - Stretch – The picture is sized to fit the space allowed, keeping its height/width ratio.
  • 41. QUERY WIZARD Find Duplicates
  • 42.  
  • 43. Sort sequence Selection criteria DESIGN VIEW
  • 44. SELECTION QUERIES A selection query searches for data that meet your selection specifications and creates a Record set containing all the records that qualify. You can view this Recordset on your screen or use it as the source for a Report. When designing a query manually you can specify: • table(s) from which you want to extract data • fields you want displayed • calculations you want performed on those displayed fields • ranges of data • sort sequences for various fields. Query Design: • click the Query Tab • click New • click Design View • click OK.
  • 45. Choose Source for Query Fields: The Query Design window and a pop-up Show Table window listing all the tables and queries in your database are displayed. As you choose a table and/or query for your source, the selected object will be placed into the top pane of the Query window. • Click an object in the Show Table (table or query) • Click Add • Repeat these two steps for each object that is needed • Click Close. Select Fields: • Double click each field in the source object that you want to include in your query. The selected fields will be placed into the Field portion of the Design grid. OR Drag and drop each field from the source object into a cell in the Design grid. • Specify selection criteria (see next page) and/or sort sequence for each of the selected fields.
  • 46. CRITERIA EXPRESSIONS Selection criteria
  • 47. COMMON EXPRESSIONS Criteria Expression Shows records where France Value is France Not France Value is not France In (France, Germany, Italy) Value is France, Germany, or Italy <M Value begins with letters A-L >=M Value begins with letters M-Z 100 Numeric value is 100 <=20 Numeric value is less than or equal to 20 Date() Date is today’s date Now Current date and time >=#1/1/98# Date is on or after 1/1/98 Between #1/1/98#AND#12/31/98# Date is in the year 1998 2/*/* Date is in the month of February Null The field does not contain a value Is Not Null The field contains a value Note : when using a date in a calculation, surround it with number signs (#).
  • 48. EXPRESSIONS FOR FIELD ROW Expression Examples
  • 49. SUMMATION QUERIES Click on Totals icon Totals row RUN
  • 50. SUMMATION QUERIES Queries provide either detail information or summation information about the data in your Tables. For example • Detail – Display information from an individual table row. • Summary – Show a count of the number of checks written to a particular Payee To obtain totals or “grouped by” category information, you must add the TOTALS row to your Query design grid: • Click the Totals button on the toolbar. • The Totals Row is displayed underneath the Table row on your design grid and the phrase “Group By” appears in the Total cell for each Field. • You have several options for calculations: Sum, Average, Count, Last, etc. In the example on the opposite page, Access will group expenses together by “Pay To”, show the First check number paid in each group, and also count the number of checks written in each “Pay To” category.
  • 51. FILTERS: Filter by Selection Based on a Table: Select value to be used as criterion. Filtered data
  • 52. Filter by Form Based on a Query: Enter selection criteria Filtered data
  • 53. What is a Filter? Filters act like Queries; they allow you to select and view data records quickly. A filter differs from a query in the following ways: a) entire records are reviewed, not just specified fields b) multiple tables cannot be accessed in a filter c) calculations cannot be performed in a filter d) the filter tool can be selected from table datasheet view, query view or form view. Applying a Filter There are two ways to filter: Filter by Selection – specify one criterion by clicking on a value you are looking for within a datasheet or form: • open a table • click on a specific value in any field on the table • click on the Filter by Selection icon in the toolbar • Access will display all rows having the same value as the field you selected. Filter by Form – specify both criteria and conditions in a blank version of your table . • open a table • click on the Filter by Form icon in the toolbar • key in selection values or conditions in any field (s) OR click the drop down list arrow in any field and click a specific value in the list • Access will display all rows having the same value(s).
  • 54. REPORTS Design View Unbound Controls Bound Controls Calculation Print Preview Headers Detail Footers
  • 55. What is a Report? A Report is used to display and print selected information from a Table or Query. Reports can display detail information as well as sub-totals and grand totals; queries can display either details or totals. A Report has several sections: • Report header Appears once at the beginning of a report; it is printed on the first page, before the page header. • Report footer Appears once at the end of the report; it is printed on the last page, before the page footer. • Page header Appears at the top of every page. • Page footer Appears at the bottom of every page. • Group header Appears at the beginning of a new group of records. • Group footer Appears at the end of a group of records. • Detail Contains the main body of a report’s data; controls in this section repeat for each record of the database.
  • 56. Controls Each section contains controls; controls are objects on a form that display data, perform actions or decorate the form; they are accessible through the toolbox in Design View. Controls may be bound, unbound or calculated: • bound controls are tied to a field in an underlying table or query • unbound controls do not have a data source; they display fixed data (information, lines, pictures) • calculated controls use expressions as the source of data.
  • 58. REPORT WIZARDS The quickest way to create a report is to use the AutoReport Wizard. Even if you want a customized Report, you may want to start with one of the Report Wizard formats and then modify the layout. Using the Report Wizard From Database window: • Click Reports Tab • Click New • Select Report Wizard from list (OK) • Follow prompts: - choose a Table or Query (OK) - select fields (Next) - select grouping * levels (Next) - specify sorting sequence (Next) - select layout and orientation (Next) - click Finish. * Grouping levels: allow you to keep together data belonging to a specific group; e.g., all customers with the same Zip code.
  • 60. CHART WIZARD Charts and graphs can be created using Report Wizard. Access offers a variety of chart styles: • bar charts • pie charts • line charts • area charts • 3-D charts. Using the Chart Wizard From Database window: • Click Reports Tab • Click New • Select Chart Wizard from list (OK) • Follow prompts: - choose a Table or Query (OK) - select fields (Next) - select type of chart (Next) - specify layout (e.g., x and y axis fields) (Next) - specify a title for the chart (Finish).
  • 62. VIEWING THE REPORT Preview the report in design view: • Click down arrow on the View icon • Print Preview shows the entire report; you must use the scroll bars to view left and right and page down. • Layout Preview shows one sample page, displaying the various sections. From Report View (or Print Preview), you can use the Page buttons to see one, two or multiple pages at once; the Zoom button allows you to enlarge and view any section in order to read it. Print Report To print a Report: • click the Reports tab • click the report you want to print • click the Printer icon Note: Always preview your Report before printing.
  • 63. CLOSING ACCESS Object Window Close Button Access Application Close Button
  • 64.  
  • 65.