You can join layers to form a relational database. One layer serves as the source of the data. This layer, called the Secondary Table, usually contains an unconnected table, but you can also use another layer in your project as the source. The layer that receives the attributes from the Secondary Table is called the Primary Table.
When you join layers, you select one field in Primary Table and a corresponding field in the Secondary Table to serve as the key. The key is the common link between the layers. The attributes from the Secondary Table appear in the Primary Table.
The Secondary Table acts like a lookup table for the attributes. If you change the values in the Secondary Table, the Primary Table is automatically updated with the new values, as long as the tables are joined.
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.