Quick Start
Table Of Contents
- Chapter 1 Welcome to FileMaker Pro
- Chapter 2 Installing FileMaker Pro in Windows
- Chapter 3 Installing FileMaker Pro in the Mac OS
- Chapter 4 New features in FileMaker Pro
- The user interface’s new look
- New Layout/Report assistant
- Other layout improvements
- ODBC support in FileMakerPro
- Microsoft Excel import and file conversion
- ActiveX Automation support (Windows)
- QuickTime
- Web publishing
- View as Table
- Improvements to value lists
- Import script
- Import Update
- Multi-User (Hidden)
- Hands-on, task-oriented tutorial
- Lesson 1 FileMaker Pro basics
- Lesson 2 Browsing information
- Lesson 3 Finding and sorting records
- Lesson 4 Creating a database and entering records
- Lesson 5 Customizing what you see
- Lesson 6 Creating lists, mailing labels, and form letters
- Lesson 7 Simplifying data entry
- Lesson 8 Automating tasks with buttons and scripts
- Lesson 9 Creating and running reports
- Lesson 10 Making databases relational
- Lesson 11 Keeping your data safe
Lesson 4
Creating a database and entering records
In the previous lessons, you saw how to use a simple database with
existing data. Now you will create your own file and add records.
In this lesson you will:
1 create a simple database
1 define fields to hold different kinds of data
1 create records
1 enter data
1 modify data
If you are not familiar with database basics, you should do the first
two lessons in this tutorial before continuing.
Note You can install a fresh copy of the tutorial files at any time. For
Windows-based systems, see “Compact installation or Custom
installation” on page 9. For Mac OS systems, see “Custom
installation” on page 20.
Create a simple database and define fields
Look at the sample file
The sample file is the model for the file you’ll create. It shows you
how fields are defined and that different field types hold different
types of data.
1. Open the Tutorial folder in the FileMaker Pro folder.
2. Open the Sample Files folder.
You should be here: FileMaker Pro\Tutorial\Sample Files.
3. Open Sample04.fp5.
4. Choose File menu > Define Fields.
You see the Define Fields dialog box showing all of the fields in the
database.
5. Notice that the First Name and Last Name fields are of type Text, Fee
Paid is of type Number, and Date Paid is of type Date.
6. Click Done.
7. Notice that the data in each field corresponds to the field type.
You will learn how to add text and graphics, like the title and logo,
in lesson 5.
About field definitions
You create a field for each category of information you want, such
as First Name or City. To find, sort, calculate, and display data
correctly, the field type should match the kind of data it contains
(text, number, date, and so on). For example, you can’t search for
text values in a field of type Number.
You will learn about other field types in later lessons.