Icon MasterFields Property

property MasterFields: String

Usage

After setting the MasterFields property, use the MasterFields property to specify the names of one or more fields to use in establishing a master-detail link between this table and the data source specified in the MasterSource property. Separate multiple field names with a semicolon. Each time the current record in the master data source changes, the new values in the master fields are used to select corresponding records 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