It looks like you're new here. Sign in or register to get started.
This... Tells the system to search for... '=' A record that equals the key values (default) '>' A record that is larger than the key values '<' A record that is less the key values '+' The last record in the table ('+' can only be used alone) '-' The first record in the table ('-' can only be used alone) If SearchStr contains '=', '>' or '<', you must assign values to all fields of the current and primary keys before you call FIND.
Comments
So if the primary key fields are filled in and you enter
FIND('=><'); then Find will find equal to then greater than then less than the key.
Hope this helps explain.
There was an explanation of this in another post which I could not find.
here is the "other" post: http://www.mibuso.com/forum/viewtopic.php?t=8433
Josef Metz