Skip to main content
Version: Next

OLD RELATED MANY

OLD RELATED MANY ( aField )

ParameterTypeDescription
aFieldField🡒One field

Description

OLD RELATED MANY operates the same way RELATE MANY does, except that OLD RELATED MANY uses the old value in the one field to establish the relation.

Note: OLD RELATED MANY uses the old value of the many field as returned by the Old function. For more information, see the description of the Old command.

OLD RELATED MANY changes the selection of the related table, and selects the first record of the selection as the current record.

See also

OLD RELATED ONE
RELATE MANY