Icon MasterFields Property

property MasterFields: String

Usage

After setting the MasterFields property, use the MasterFields property to specify the names of one or more columns to use in establishing a master-detail link between this table and the data source specified in the MasterSource property. Separate multiple column names with a semicolon. Each time the current row in the master data source changes, the new values in the master columns are used to select corresponding rows in this table for display.

Information At design time, you can use the Field Link property editor to establish a master-detail link between a data source and the current table.
Image