<< I just did not know if an Enhanced tab form had a specific way to connect the two tables. >>
There is nothing special about the Enhanced Tab form in terms of linking information. Fields for different tables on different tabs will follow the general R:Base rules of linkage, which state that a "Natural Join" is used to determine which rows, if any, from the second table are shown. A natural join is one in which all columns with the same name must have the same value in each of the two tables. -- Larry

