LinkMaster Property

Specifies the parent table linked to the child table displayed in a Grid control. Available at design time; read-write at run time.

Grid.LinkMaster[ = cName]

Property Values

  • cName
    Specifies the alias of the parent table that drives the display of the child table in a Grid control.

Remarks

Use the LinkMaster property to set up a one-to-many relationship between the parent, or primary, table of the Form, and the table referenced by the Grid's RecordSource property.

See Also

ChildOrder Property | RelationalExpr Property

Applies To: Grid