Creating Database Using Microsoft Access 2000 - PowerPoint PPT Presentation

1 / 32
About This Presentation
Title:

Creating Database Using Microsoft Access 2000

Description:

a Form Footer at the end of the last page of ... Footer. Controls. Professor Lisetti, Fall 2002 Database Systems. 21 ... f. Page Footer: Appears at the bottom ... – PowerPoint PPT presentation

Number of Views:22
Avg rating:3.0/5.0
Slides: 33
Provided by: christine132
Category:

less

Transcript and Presenter's Notes

Title: Creating Database Using Microsoft Access 2000


1
Creating Database Using Microsoft Access 2000
COP 4710 Database Management System University
of Central Florida
2
Creating a New, Blank Database
  • Creating database from scratch
  • will give us complete control
  • over the database objects, their
  • properties, and their
  • relationships.

3
Creating and Modifying Tables
  • In the database window, three
  • methods are listed
  • Create Table in Design View
  • Create Table By Using Wizard
  • Create Table By Entering Data

4
Creating a Table in Design View
Field Name
Primary Key
Data Type
Description
5
Creating a Table in Design View (contd)
  • The steps to create a table in Design view are
  • Begin by entering a Field Name
  • The Data Type indicates the kind of data that can
    be entered in
  • the field. There are nine data types
  • a. Text used for words or for numbers that
    wont be used in
  • calculations (default data type)
  • b. Memo an open field that is used for
    comments
  • c. Number numbers, or integers, that are
    negative or positive
  • values
  • d. Date/Time various formats for dates, times,
    and combinations
  • of two
  • e. Currency numbers in dollars or in dollars
    and cents

6
Creating a Table in Design View (contd)
f. AutoNumber a numeric field automatically
entered by Access, used in a primary key
field when none of the fields in a table is
unique g. Yes/No a logical field that can
have only one of two values Yes/No h. OLE
Object an object that was created in another
application i. HyperLink used to store
hyperlinks j. Lookup Wizard used to create a
Lookup field, which lets the database user
select a value from a list, enhancing data
accuracy by preventing types
7
Creating a Table in Design View (contd)
3. Enter a description for the field, if the name
is at all ambiguous 4. Press Enter to drop to the
next blank row and enter the information for
the next field 5. After entering all the field
names and data types, select a field or
fields to designate as a primary key, then click
the Primary Key button on the toolbar or
right click the row selector and choose Primary
Key from the shortcut menu 6. Save the table
and enter a unique table name when prompted
8
Modifying Fields in Design View
  • All data types (except AutoNumber) have the
    following
  • general properties
  • Format Indicates how the fields contents will
    be displayed
  • Caption Provides the label that will be
    attached to the field on
  • a form or report
  • Default Value Specifies values for new entries
  • Validation Rule Indicates a range of acceptable
    entries
  • Validation Text Help message the appears in the
    status bar
  • when the field is active
  • Required A Yes/No setting that indicates
    whether the field
  • must have an entry

9
Modifying Fields in Design View (contd)
  • The following general properties apply primarily
    to text fields
  • a. Field Size Indicates the maximum number of
    characters
  • allowed in the field
  • b. Input Mask Limits and formats the values
    that can be entered
  • c. Allow Zero Length A Yes/No setting that
    determines whether a text string with no
    length ( ) is a valid entry
  • d. Indexed Instructs Access whether to create
    an index for the field
  • Number and Currency fields have one additional
    general
  • property Decimal Places, which specifies the
    number of digits
  • that will be displayed and stored after the
    decimal.

10
Working with Relationships
  • To create a relationships
  • Open the Relationships window by clicking the
    Relationships
  • button on the toolbar. The Relationships button
    is on the
  • Database toolbar and is available when the
    database window
  • is active. To create a relationship, make sure
    that both the
  • primary and related tables are visible. If not,
    right-click in the
  • Relationships window and click Show Tables, then
    add the
  • table(s) to the window
  • 2. Select the primary key field in the primary
    table and drag-and-
  • drop it onto the matching field in the related
    table
  • In the Edit Relationships dialog box, check that
    the related
  • field names are correct and click Create

11
Working with Relationships (contd)
12
Working with Relationships (contd)
  • Referential integrity ensures that records in a
    related table
  • have related values in the primary table.
    Referential integrity
  • prevents users from accidentally deleting or
    changing records
  • in a primary table when records in a related
    table depends on
  • them, making sure that there are no orphaned
    records in the
  • related table, such as orders without
    customers or salaries
  • without employees.
  • To change referential integrity in a
    relationship, open the
  • Relationships window. Right-click the join
    line and click Edit
  • Relationship. In the Edit Relationships
    dialog box, mark the
  • Enforce Referential Integrity check box to
    set it clear the
  • check box to undo it. Then click OK.

13
Working withRelationships (contd)
Referential Integrity
Cascading Updates
Cascading Delete
Relationship Type
14
Create Queries using Wizard
15
Create Queries in Design View
16
Create Forms using Wizard
17
Create Form in Design View
18
Create Form in Design View (contd)
  • In Design view, a form includes three sections
    and a number
  • of different controls. The three sections are
  • a Form Header at the beginning of the first page
    of the form,
  • usually used for titles
  • a Form Footer at the end of the last page of the
    form, used
  • for user tips or other miscellaneous
    information
  • a Detail section, where each records data is
    displayed

19
Create Form in Design View (contd)
In Design view, there are many controls that can
be used a. Text box b. List box c. Check
box d. Option button e. Command button f.
Combo box g. etc
20
Forms Example
Form Header
Controls
Detail Section
Form Footer
21
Creating Report
  • There are three ways to create reports
  • In Design view, where you can design a report
  • completely from scratch.
  • With the Report Wizard, which lets you
    customize a
  • report
  • By choosing one of two AutoReports, which
  • automatically include all of the fields in the
    table or
  • query you select
  • There are two wizards that will create a
    specialized report
  • The Chart Wizard, which walks you through the
    steps
  • to create a chart
  • The Label Wizard, which creates mailing and
    other
  • labels

22
Creating Report in Design View
23
Creating Report in Design View (contd)
  • There are seven sections in a report
  • a. Report Header Appears at the top of the
    report and
  • includes the title and other report
    information
  • b. Page Header Appears at the top of every
    printed page of
  • the report.
  • c. Group Header Appears at the top of the
    identified group
  • there will be a separate group header for
    each grouping
  • level.

24
Creating Report in Design View (contd)
d. Detail Contains the data from the
tables/queries. e. Group Footer Appears at
the bottom of the identified group and
contains summaries of group details. f. Page
Footer Appears at the bottom of every page.
g. Report Footer Appears on the last page of the
report.
25
Creating Report using Report Wizard
26
Creating Report using Report Wizard (contd)
  • The steps to create report using report wizard
  • a. Open the Reports page in the database
    window and click
  • Create Report By Using Wizard.
  • b. In the wizard, choose the main table or
    query on which to
  • base the report by clicking its name in
    the Tables/Queries
  • drop-down list.

27
Creating Report using Report Wizard (contd)
c. Double-click each field you want to
include in the report (or click the gtgt
button to include all the fields). If you want to
include data from another table or
query, select its name in the
Tables/Queries and double-click the fields you
want to include. Then click Next. d.
If youre drawing data from more than one table
or query, the next wizard step asks you
to choose which table or query to use in
organizing your data. Make your choice
and click Next. e. Add any grouping levels
you want that are different from the
default.
28
Creating Report using Report Wizard (contd)
f. You can set sorting options for the
report. g. Select a layout and orientation,
and whether youd like the field width
adjusted to fit on one page. Click the different
options to see layout previews, and then
click Next. h. Select the style youd like
for the report. Click the different
style names to see style previews. Click Next
after making a choice. i. Type a
title for the report, choose whether youd like
to open the report in Print Preview or
Design view, and then click Finish.
29
Creating AutoReport
30
Creating AutoReport (contd)
  • The steps to create AutoReport
  • a. On the toolbar, click the New Object
    button, and then
  • choose Report from the drop-down list to
    open the New
  • Report dialog box.
  • b. In the New Report dialog box, choose
    AutoReport
  • Columnar or AutoReport Tabular. Then
    click the drop-
  • down Tables/ Queries list and choose the
    table or query
  • that contains the data for your report.
  • c. Click OK to create the report and open it
    in Print Preview.

31
(No Transcript)
32
Enjoy your group project!
Write a Comment
User Comments (0)
About PowerShow.com