Gets a list of tables related to this one.
SyntaxVB6
Copy Code
|
|---|
Public Function GetRelatedTables( _ |
C++
Copy Code
|
|---|
public: |
A collection of Table objects, connected to the specified row.
RemarksReturns a collection of all tables connected to the specified table row. Through this collection you can enumerate them and have access to their properties and methods. If the row has no related tables, the collection Count property is zero.
See Also