how to make relation between two tables

mkpjsrmkpjsr Member Posts: 587
how to display fields from two different tables in a tabular form

Comments

  • lyotlyot Member Posts: 202
    1. Add a flowfield in one the table that contains the fieldvalue from the other table.
    A unique relation between the two tables is required.

    2. Add a field to the table control that contains a variable, OnAfterGetrecord GET the fieldvalue from the other other table and put it in the variable.
    Note, you wil not be able to filter on this field.

    3. Work with a temp table...
Sign In or Register to comment.