Finding records troubleshooting
Can’t click into a field to enter find criteria
 •
Finds cannot be made on summary fields, container fields, or fields defined with the global storage option.
 •
Can’t find records
 •
 •
Use the index to enter criteria accurately.
 •
 •
 •
If a field is formatted to display as checkboxes or radio buttons, some values in the field might not be visible. For example, if the value list item was changed from Jr to Junior, any records entered under Jr will not be found by clicking the Junior checkbox/radio button. To find all possible values in a field, use a copy of the field that is not formatted to use a value list or radio buttons, and enter find criteria into this field.
Finding records that shouldn't be included
 •
 •
Words in your find criteria are too long to be indexed (for example, a long chemical formula). FileMaker Pro indexes the first 100 characters of each word in a text field, including spaces.
Finding the wrong records
 •
 •
 •
 •
Finding the wrong date
 •
 •
The date entered in the find request may be in an invalid format. For information on finding dates, see Finding numbers, dates, times, and timestamps and Finding ranges of information.
 •
Dates might not have been entered with four-digit years and thus could be inadvertently placed in a different century than you intended, either in the find request or during data entry. To avoid confusion when entering dates, always use four-digit years. For more information, see Conversion of dates with two-digit years.
 •
 •
Check the system formats currently and previously used.
 •
If the file was converted from a previous FileMaker Pro version, it’s possible that your date data is using a date separator that is no longer supported. (FileMaker Pro no longer allows the month, day, and year to be separated by an alphabetic character or the time separator.)
If your dates use an invalid date separator, use one of the following methods to manually edit date data that uses alphabetic characters or the time separator:
 •
Choose Edit menu > Find/Replace.
 •
Before conversion, use: Substitute(DateField,”:”,”/”)
After conversion, use: Substitute(DateField;”:”;”/”) .
Finding is slow
Finds might take longer than usual in:
 •
fields that are not stored or indexed. To see if a field is stored and indexed: choose File menu > Manage > Database and click the Fields tab. Select the field, click Options, then click Storage.
 •
 •
If a file is shared and it contains global fields, you may be able to improve the performance of certain client find requests by moving some global fields into a separate table. For more information, see the Notes section in Defining global fields (fields with global storage).
Results vary when using wild cards in an external ODBC data source
When you do searches in an external ODBC data source using wild cards, your results might vary from wildcard searches in FileMaker Pro.
Related topics 
Finding records
Saving a find request