1 / 31

access: creating and using a database

What is Microsoft Office Access 2007?. Is a database management system.The term database describes a collection of data organized in a manner that allows access, retrieval, and use of that data.Key features of Access includeData entry and updateFormsWeb SupportQueries (Questions)Reports . Project-Database Creation.

paul
Download Presentation

access: creating and using a database

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Chapter 1 Access: Creating and Using a Database

    3. Project-Database Creation Records are rows in the tables A field contains a specific piece of information within a record. A unique identifier, or primary key, is a number that will appear only in a single record in the table.

    4. Overview As you create a database, you should follow these general guidelines: Design the database Create a new blank database Create a table to add the records Preview and print the contents of a table Create a second table and add the records Create four reports Create a form Redundancy is the storing of a piece of data in more than one place.

    5. Designing a database You can use a commonly accepted shorthand to represent the tables and fields that make up the database as well as the primary keys for the tables.

    6. Naming tables and fields The rules for table and field names are: Names can be up to 64 characters in length Names can contain letters, digits, and spaces, as well as most of the punctuation symbols. Names cannot contain (.), (!), (`) accent graves or ([ ]) The same name cannot be used for two different field in the same table.

    7. Identifying the tables, Determining the primary keys, Determining additional fields Reasonable names for the tables in this chapter are Client and Recruiter. Adding primary keys to the tables gives Client (client number) and Recruiter (recruiter number). After identifying the primary keys, you need to determine and name the additional fields.

    8. Determining and implementing relationships between tables The one-to-many relationship means that each row in the first table may be associated with many rows in the second table, but each row in the second table is associated with only one row in the first.

    9. Determining data types for the fields The most commonly used data types are: Test-can contain any characters Number-can contain only numbers Currency-can contain only monetary data

    10. Identifying and removing redundancy Redundancy causes several problems, including Wasted storage space More difficult database updates Possibility of inconsistent data

    11. Demonstrate How to start Access Page AC12-13

    12. Creating a new database You can create a new database one of two ways: Blank database or a template. A file is a saved database A file name is a name assigned to a file with it is saved.

    13. To Create a new database using a template Template not visible on the getting started with Microsoft Office Access page, double click the links in the template categories pane to display the desired template. Click the template you wish to use Enter a file name and selected a location for the database Click the create button to create the database or the download button to download the database and create the database.

    14. Demonstrate How to create a database Page AC 14-17 A folder is a specific location on a storage medium

    15. The Access Window The Access window consists of a variety of components to make your work more efficient and documents more professional. These include Navigation Pane, Access work area, Ribbon, mini toolbar and shortcut menus, Quick Access, and office button.

    16. Navigation Pane and Access work area In the Access work area, you work on objects such as tables, forms and reports Object tabs appear at the top of the work area. The Navigation Pane contains a list of all the objects in the database

    17. Navigation Pane and Access work area Insertion point is a blinking vertical bar that indicates where text, graphics, and other items will be inserted. Mouse pointer becomes different shapes depending on the task you are performing Scroll bar displays different portions of a database object in the Access Window.

    18. Navigation Pane and Access work area Vertical scroll bar displays at the right edge of the window. If an object is to wide to fit in the Access window a horizontal scroll bar also appears and the bottom of the window. The position of the scroll box reflects the location of the potion of the database object that is displayed A scroll arrow is located at each end of a scroll bar

    19. Status Bar The status bar presents information about the database object, the progress of current tasks, and the status of certain commands and keys. Also provide control for viewing objects.

    20. Ribbon The Ribbon is the control center in Access Each tab surrounds a collection of groups, and each group contains related commands. The Home tab contains the more frequently used commands The active tab is the tab currently displayed. Contextual tabs display when you perform certain tasks or work with objects such as data sheets.

    21. Ribbon A gallery is a set of choices, often graphical, arranged in a grid or in a list. Many galleries support live preview, which is a feature that allows you to point to a gallery choice and see its effect in the database object-without actually selecting the choice. An enhanced screen tip is an on-screen note that provides the name of the command, available keyboard shortcuts a description of the command and sometimes instruction for how to obtain help about the command.

    22. Ribbon A dialog box launcher displays a dialog box or a task pane with additional options for the group. A task pane is a window that can remain open and visible while you work in the database object.

    23. Mini toolbar and shortcut menus The mini toolbar contains commands related to changing the appearance of the text in a database object. A shortcut menu is a list of frequently used commands that relate to the right-clicked object.

    24. Quick Access Toolbar The Quick Access Toolbar provides easy access to frequently used commands.

    25. Office Button The office button is a central location for managing and sharing database objects. A menu contains a list of commands A submenu is a list of additional commands associated with the selected command.

    26. Key Tips A key tip badge displays when you prefer using the keyboard instead of the mouse, press ALT When you press a key tip additional key tips related to the selected command may appear.

    27. Demonstrate How to define the fields in a table. Page AC 24-26

    28. Making changes to the structure To undo your most recent change, click the undo button on the Quick Access Toolbar. To delete a field, right click the column heading for the field, and then click delete column on the shortcut menu To change the name of a field, right click the column heading for the field, click rename column on the shortcut menu, and then type the desired field name.

    29. Making changes to the structure To insert a field as the last field, right click and add new field column heading , click rename on the shortcut menu, type the desired field name, click the down arrow and then ensure the correct data type is already selected. To insert a field between existing fields, right click the column heading for the field that will follow the new field, and then click insert column on the short cut menu.

    30. Making changes to the structure To start over, click the close button for the window containing the table, and then click the no button in the Microsoft office dialog box.

    31. Demonstrate How to save a table: Page AC 27 How to change the primary key: Page AC 28-29 The row selector selects the entire row, indicates the field you currently are describing. How to add records to a table: Page AC 30-33 You use Datasheet view when you are making changes to tables A datasheet is a table of represented collection of rows and columns.

    32. Making changes to the data To undo your most recent change, click undo button on the Quick Access Toolbar To add a record, click new record button, then add the record. To delete a record, click record selector, for the record to be deleted. To change the contents of one or more fields in a record, the record must be on the screen.

    33. AutoCorrect The AutoCorrect feature works behind the scenes, correcting common mistakes when you complete a text entry in a cell.

    34. AutoCorrect makes three types of corrections for you: Correct two initial capital letters by changing the second letter to lowercase. Capitalizes the first letter in the names of days Replaces commonly misspelled words with their correct spelling. DEMONSTRATE how to close a table Page AC 35

    35. Quitting Access The dialog box that is displayed when you quit Access has three buttons, with these resulting actions: Yes button-saves the changes and then quits Access No button-quits Access without saving changes Cancel button-closes the dialog box and redisplays the database without saving changes. DEMONSTRATE how to quit Access, Page AC 36

    36. Demonstrate How to open a database from Access Page AC 36 How to add additional records to a table You use the Navigation buttons to move within a table, found near the lower-left corner of the screen when a table is open. Page AC 36-40

    37. Previewing and printing the contents of a table Portrait orientation means the printout us across the width of the page. Landscape orientation means the printout is across the length of the page. Print preview allows you to see your document before printing. DEMONSTRATE how to preview and print the contents of a table. Page AC 41-43

    38. Demonstrate How to create an additional table Page AC 44-45 How to modify the primary key and field properties Page AC 46-48 How to add records to an additional table Page AC 49 How to create a report Page AC 51-55 How to print a report Page AC 56

    39. Using a form to view data In Datasheet view, the data on the screen is displayed as a table. In Form view, you see usually see all fields, but only for one record. A split form combines both datasheet and a form, thus giving the advantage of both views. DEMONSTRATE how to create a split form and how to use split form Page AC 57-58 and AC 59

    40. Changing document properties Document properties (metadata) are the details about a file. Keywords are words or phrases that further describe the database Standard properties are associated with all Microsoft Office documents and include author, title and subject.

    41. Changing document properties Automatically updated properties include file system properties, such as the date you create or change a file, and statistics, such as the file size. The Database Properties dialog box contains areas where you can view and enter document properties. DEMONSTRATE how to change document properties. Page AC 60-61

    42. Access Help Access Help can be used to find answers to questions and display information about various topics. DEMONSTRATE how to access help. Page AC 62-63

More Related