 |
Commands |
 |
Information |
|
|
You may
searching for records meeting the specified parameters.
To set criteria for searching records, click Edit | Find
menu, or click the corresponding icon on the toolbar. Find dialog
box opens.
Set the criteria for
necessary fields and click OK.
To find next entry, click Edit | Find Next menu, or click
F3.
You can use the following metasymbols in search
expressions:
|
|
·
|
?-any
character in current position
|
|
|
·
|
*-any
characters after '*'
|
|
|
·
|
*aa-
search "aa" in any position
|
|
|
·
|
|
|
|
|
Example
Matches Doesn't Match
ab* abc
cab
a?b* aabc
aadc
*ab cab,abc
cba
>, >=, <, <=
Example: >=100
<10
You can set range for date/Timestamp fields and all numeric
types.
Special macros:
empty() - find records with empty fields
! find with not equal value
Example: !Peter
records with field not equal Peter
!empty()
records with not empty field.
multiple search criteria:
peter or jhon or mike
|