Describe the features of the Access window as on AC 1-1 – AC1- 4
- Create a database as on AC1- 4 – AC 1-5 shown in Figure 1-2.
- Create tables in Datasheet and Design views as in AC 1-9 – AC1-16 in figure 1-3-
16.
- Add records to a table as in Figure 1- 18 – figure 1-27 on AC 1-17 – AC1-
32.
- Close the table as in AC 1-26.
- Open a database
Print the contents of a table as in figures 1-37 and 1-38 on AC 25.
- Create and use a query as in figures 1- 53 – 1- 56 on CA 34 – CA 38.
- Create and use a form as in figures 1-63 - figure 1 - 66 on CA 39.
- Create and print custom reports as in Figure 1-67
- Modify a report in Layout view as in figure 1-72 on AC 43 – AC 46
- Perform special database operations as shown on AC 48 – AC 50.
- Design a database to satisfy a collection of requirements as
shown on AC 50 – AC 55.
Full Answer Section
Adding Records to a Table
- Open the Table: Double-click on the table in the Navigation Pane.
- Navigate to the Record: Click on the blank row at the bottom of the table to add a new record.
- Enter Data: Input the required data into the fields of the new record.
- Save the Record: Press the Enter key or click on the "Save" button.
Closing a Table
To close a table:
- Click the Close Button: Locate the close button (usually an 'X') in the top-right corner of the table window.
- Click to Close: Click on the close button to close the table.
Opening a Database
- Navigate to the Database File: Locate the database file on your computer.
- Double-Click: Double-click on the database file to open it in Access.
Printing Table Contents
- Open the Table: Double-click on the table in the Navigation Pane.
- Print: Go to the "File" menu and select "Print."
- Customize Print Settings: Adjust print settings as needed, such as page orientation, paper size, and print range.
- Start Printing: Click on the "Print" button to initiate the printing process.
Creating and Using a Query
- Create a Query: Go to the "Create" tab and select "Query Design."
- Add Tables: Drag and drop the required tables into the query design grid.
- Add Fields: Double-click on the desired fields to add them to the query design grid.
- Set Criteria: Use the criteria row to filter the results based on specific conditions.
- Run the Query: Click on the "Run" button to execute the query.
Creating and Using a Form
- Create a Form: Go to the "Create" tab and select "Form."
- Choose a Form Design: Select a form design template or create a form from scratch.
- Add Controls: Drag and drop controls (text boxes, labels, buttons, etc.) onto the form to create the desired layout.
- Link Controls to Fields: Set the control source of each control to the corresponding field in a table or query.
- Save the Form: Save the form with a descriptive name.
Creating and Printing Custom Reports
- Create a Report: Go to the "Create" tab and select "Report."
- Choose a Report Design: Select a report design template or create a report from scratch.
- Add Fields: Drag and drop the desired fields onto the report design.
- Format the Report: Adjust the layout, font, and formatting options to create a professional-looking report.
- Print the Report: Go to the "File" menu and select "Print" to print the report.
Modifying a Report in Layout View
- Open the Report: Double-click on the report in the Navigation Pane.
- Switch to Layout View: Right-click on the report and select "Layout View."
- Modify the Layout: Drag and drop controls, adjust font sizes, and align elements to customize the report's appearance.
- Save the Changes: Save the modified report.
Performing Special Database Operations
Access offers a variety of special database operations, including:
- Importing and Exporting Data: Transferring data between Access databases and other file formats.
- Creating Macros: Automating tasks and procedures.
- Using VBA: Writing custom code to extend the functionality of Access.
- Sharing Databases: Collaborating with other users by sharing databases over a network.
Designing a Database to Satisfy Requirements
To design a database, consider the following steps:
- Identify Entities and Attributes: Determine the key entities (tables) and their attributes (fields).
- Define Relationships: Establish relationships between tables using primary and foreign keys.
- Create Tables: Design tables with appropriate data types and field sizes.
- Normalize the Database: Organize the database to reduce redundancy and improve data integrity.
- Implement Security Measures: Protect the database with user accounts, passwords, and encryption.
- Test and Refine: Thoroughly test the database to ensure it functions correctly and meets the specified requirements.