Flylib.com

Books Software

 
 
 

Exiting Access

Team-Fly    

 
10 Minute Guide to Microsoft Access 2002
By Joe Habraken
Table of Contents
Lesson 2.  Working in Access

Exiting Access

Although you have only barely gotten your feet wet with Access, take a look at how you exit the application. You can exit Access in several ways:

  • Select File, and then select Exit .

  • Click the Access window's Close ( X ) button on the upper right of the Access window.

  • Press Alt+F4 .

In this lesson, you became familiar with what a relational database is and how to plan the various types of objects that would be placed in a new database. You also had a chance to open Access, take a look at the Access window and exit the application window. In the next lesson, we look at different ways to create a new Access database.


Team-Fly    
Top
 
Team-Fly    

  
10 Minute Guide to Microsoft Access 2002
By Joe Habraken
Table of Contents


Lesson 3. Creating a New Database

In this lesson, you learn how to create a blank database. You also learn how to create a new database using a database template and the Database Wizard. You also learn how to close your database, open it, and how to find a misplaced database file.


Team-Fly    
Top
 

Team-Fly    

 
10 Minute Guide to Microsoft Access 2002
By Joe Habraken
Table of Contents
Lesson 3.  Creating a New Database

Choosing How to Create Your Database

Before you can create your database tables and actually enter data, you must create a database file. The database is really just a container file that holds all the database objects, such as the tables, forms, and reports . You also have two options for creating a new database: You can create a blank database from scratch or create a new database based on a database template.

Creating a new database based on a template means that you take advantage of the Database Wizard, which not only creates your new database file but also helps you quickly create tables, forms, and other objects for the database.

Plain English

Database Wizard Access provides several templates for creating new database files, and the Database Wizard walks you through the process of creating objects, such as tables, for the new database.


Whether you create your new database from scratch or use one of the database templates depends on how closely one of the Access templates meets your database needs. If one of the templates provides you with the type of tables and other objects necessary for your project, it makessense to use a template. For example, if you want to create a database that helps you manag can take advantage of the Inventory Control templa-----te that Access provides. This template provides you with the basic tables and other objects to start the process of getting a handle on your inventory database.

In some cases, the templates might not meet your needs. For example, if you want to create a complex database that allows you to track sales, customers, and employee performance, it might be easier to create a blank database and then create each table for the database from scratch. Let's start the overview of database creation with creating a blank database.


Team-Fly    
Top