JavaScript Editor js editor     Web development 



Main Page

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]

Return Value

cName


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

Remarks

Applies To: Grid Control

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



JavaScript Editor js editor     Web development