Previous Topic

Next Topic

FindExact - Memory Table Method

method FindExact (Value1: Variant[, Value2: Variant, Value 3: Variant, Value4: Variant]): Boolean

FindExact method finds a record in a Memory Table or Table exactly matching to Values 1 - 4. Returns True if a matching record is found, or false if no record is found.

FindExact method syntax has these named arguments:

Parameter

Description

Value 1

Required. The first value to search the table for.

Value 2, Value 3, Value 4

Optional. Additional values to search the table for.

Note: Use FindExact to find an exact match, and use Find to find the closest match.

See Also

Form Designer Table Methods

Book Contents

Book Index