Adding a local join

A local join is temporary and only exists in the Query Builder for one session. The object using the resulting query hold the properties of this local join while it is in use.

To add a local join:

  1. Access the Query Builder. See Accessing the Query Builder
  2. Select a table. See Selecting Tables and Fields
  3. Select a field. See Selecting Tables and Fields
  4. Click the Create Local Join link.
    In the Local Join window, the table and field selected from the Query Builder display under the Parent Table and Join Field section.
  5. Select the database table and field to which you are creating the local join under Child Table and Join Field.
  6. Select the type of join under Join Type. See Join types
    The default value is Inner join.
  7. Click OK.