Finds a record based on values stored in primary key fields.

[Ok :=] Record.GET([Value] ,...)

Parameters

Record

Type: Record

The record in the table.

Value,…

Type: any

Values in primary key fields. The data type of this parameter must match the data type of the corresponding primary key field. For example, if you enter an integer, the data type of the corresponding primary key field must also be an integer. The value 0 (zero) or an empty string is assigned to unspecified fields.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also