English
English
Appearance
English
English
Appearance
Link fields are used to establish relationships between two tables, supporting one-to-one, one-to-many, and many-to-many relationship modes. Through link fields, you can achieve cross-table data linkage, referencing, and summary analysis.
| Relationship Type | Description | Example |
|---|---|---|
| One-to-one | One record in the current table links to only one record in the target table | Employee ↔ Desk |
| One-to-many | One record in the current table can link to multiple records in the target table | Project → Multiple Tasks |
| Many-to-many | Records in both tables can link to multiple records in the other table | Product ↔ Multiple Suppliers |
When bidirectional link is enabled, SmartTable automatically creates a reverse link field in the target table pointing back to the current table. This means:
Suggestion
When designing table structures, enable bidirectional links for relationships that need to be viewed from both sides, avoiding the need to manually maintain two link fields later.
Link fields are often used together with Lookup fields: