User manual
Table Of Contents
- Preface Learning how to use FileMakerPro
- Chapter 1 FileMaker Pro basics
- Chapter 2 Adding and viewing data
- Chapter 3 Finding and sorting information
- Finding records
- Finding text and characters
- Finding exact matches in text fields
- Finding numbers, dates, and times
- Finding ranges of information
- Finding data in related fields
- Finding records that match multiple criteria
- Finding empty or non-empty fields
- Finding duplicates
- Finding all records except those matching criteria
- Hiding records from a found set and viewing hidden records
- Viewing, repeating, or changing the last find
- Sorting records
- Finding records
- Chapter 4 Previewing and printing information
- Chapter 5 Creating a database
- Chapter 6 Creating and managing layouts and reports
- Chapter 7 Customizing layouts
- Chapter 8 Working with related files
- Chapter 9 Protecting databases with passwords and groups
- Chapter 10 Creating scripts to automate tasks
- About scripts
- Creating scripts: an overview
- About ScriptMaker steps
- Control script steps
- Navigation script steps
- Sort, find, and print script steps
- Editing script steps
- Fields script steps
- Records script steps
- Windows script steps
- Files script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
- Changing scripts
- Duplicating, renaming, or deleting scripts
- Importing scripts
- Listing scripts in the Scripts menu
- Using buttons with scripts
- Example of a ScriptMaker script
- Chapter 11 Using formulas and functions
- Chapter 12 Importing and exporting data
- Chapter 13 Sharing databases on a network
- Chapter 14 Publishing databases on the Web
- About publishing databases on the Web
- How users work with databases on the Web
- What you need to publish databasesontheWeb
- Publishing databases on the Web: an overview
- Enabling FileMaker Pro Web Companion
- Configuring FileMaker Pro WebCompanion
- Enabling Web Companion sharing
- Setting up browser views
- Testing your published database
- About browser views for web publishing
- Chapter 15 Using ODBC with FileMakerPro
- Appendix A Customizing FileMaker Pro
- Appendix B Backing up and recovering files
- Appendix C FileMaker Pro Quick Reference (Windows)
- Appendix D FileMaker Pro Quick Reference (Mac OS)
- Index
8-8
FileMaker Pro User’s Guide
2. Determine the database files and the data they will include, and
decide which fields will contain common data among the files. Write
the names of the files and fields on paper.
Each file has only one subject, and all fields in a file describe only
that subject. Based on a file’s subject, you can see where it makes
sense to store the data and where to use data from a related file.
For example, a Route file might have fields for a route identification
number, the departure city, and the destination city. A Trip file might
have fields for a trip identification number and trip name.
3. Determine the match field or fields for each file, and circle
each one.
Each relationship uses one match field in the master file and one
match field in the related file. Match fields are also used to determine
whether a new record should be added to the file. In an efficient
database system, this field often (but not always) contains a value
unique to each record.
For example, in the Client file you might want to assign each client a
unique, identifying number. You wouldn’t enter a client identification
number into the file unless you had a new client to add, so the existence
of a client number determines the existence of a record.
4. For each file, decide which fields will store data, and which ones
will use data from other (related) files. In your plan, cross out the
duplicate fields in the master files. These fields will be related fields
in your database.
The fields in each database file should all store a single occurrence of
the subject of the database file. For example, the fields in one record
of the Client file (client identification number, name, address, and
phone number) together store all the information about one client.
- Information to hold?
- Database files?
- Fields?
- Common data?
Client ID
Street
Postal Code
Client Name
City
Trip ID
Client file
Route file
Trip Name
Trip file
Phone
Route ID
Destination
Origin
Trip ID
Route ID
Destination
Trip Name
Origin
Client ID
Street
Postal Code
Client Name
City
Trip ID
Client file
Route file
Trip Name
Trip file
Phone
Route ID
Destination
Origin
Trip ID
Route ID
Destination
Trip Name
Origin