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
15-8
FileMaker Pro User’s Guide
5. To sort records before importing, click the ORDER BY tab, then
specify the name of the column to sort by and whether the sort should
be ascending or descending.
6. When you’re finished constructing the query, click Execute, then
map the ODBC columns to FileMaker Pro fields.
Note You can also type a SQL statement directly into the SQL
Query box.
Importing the results of the query into FileMaker Pro
After executing the SQL query, you’re ready to import the resulting
records into FileMaker Pro. For information on importing data into a
FileMaker Pro database, see “Importing data into FileMaker Pro” on
page 12-2.
An ODBC import example
To help you get acquainted with importing data from ODBC sources,
there is a sample database, Sales Reports, and two text files,
Salespeople and Sales_Data, that you can import from.
1 The Salespeople table has information for seven employees, such
as their name, their manager’s name, their sales region, and their
employee identification number.
1 The Sales_Data table has 250 records tracking sales that the
employees have made.
In the next three sections, you’ll import data from the tables by
creating SQL statements. You can then evaluate the imported data in
the Sales Reports database.
Using the WHERE SQL statement
Creating a SQL join
Select Matching Names if column names
match FileMaker Pro field names
FileMaker Pro Import Field
Mapping dialog box
Align columns with
field names
Choose a
mapping option
Specify how
records are
imported
Click to import
records