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
3-4 FileMaker Pro User’s Guide
To find Type this in the field Example
Finding ranges of information
Use this Example
To find values that are operator
Less than a specified value. < <40
<9/7/1999
<M
Less than or equal to a specified <= <=95129
value. or ≤ (Mac OS) ≤05:00:00
<=M
Greater than a specified value. > >95129
>9/7/1999
>M
Greater than or equal to a specified >= >=100
value. or ≥ (Mac OS) >=9/7/1999
≥8:00
≥M
Within the range you specify. A .. or ... 12:30...17:30
range is first to last character in the (two or three 1/1/1999..6/6/
alphabet for text; least to greatest for periods) 2000
numbers; and earliest to latest for A...M
date and time.
Finding data in related fields
You can enter Find criteria in related fields that are displayed in a
portal or directly on a layout.
When you perform a Find in a related field, FileMaker Pro displays
all records in the master file that have a related record matching the
criteria entered in the related field.
For example, suppose you have an invoice file with a portal
displaying line items. To find all invoices listing a Computer, type
Computer in the Item field in the portal. For more information about
related fields, see chapter 8, “Working with related files.”
A Boolean number in a True, Yes, Y, y, T, T finds True, Yes, Y, y, T, t,
number field or in a t, or 1 to find True and 1
calculation field that values
0finds False, No, N, n, F, f,
produces a Boolean
False, No, N, n, F, and 0
result
f, or 0 to find False
values
A date in a date field or
in a calculation field that
produces a date result
The date as digits,
separated by a
nonnumeric character, in
the format used when the
file was created (unless
Use System Formats is
chosen)
3/3/2000 finds
3/3/2000,
March 3, 2000, and
3-3-2000
Today’s date in a date //
field or in a calculation
field that produces a date
result
// finds April 4, 2000
(when the current date is
4/4/2000)
A time in a time field or The time as digits, 12:53:09 finds 12:53:09
in a calculation field that separated by colons, in
produces a time result the format used when the
file was created (unless
Use System Formats is
chosen)
Invalid dates, times, or
calculated date or time
results
? ? finds:
Next Tuesday or 2/33/2000
in a date field, or midnight
in a time field
Ranges of information See the next section.
Note System formats is documented in Help. Choose Help menu >
Contents and Index, click the Index tab, and type system formats.