The DatabaseTables Collection is a collection of DatabaseTable objects. A DatabaseTable object exists for every database object (that is, table, query, stored procedure, etc.) accessed by the report. Access a specific DatabaseTable Object, in the collection by using the Item property.
| Property | Description | Read/Write |
|---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
Returns DatabaseTable Object. Item has an index parameter that can be either a string reference to the table, (that is, Item("Catgories")) or a numeric, 1 | ||
Reference to the Parent object (Database Object). | ||
Reference to Report Object. |
Instead of using the Item property as shown, you can reference a table directly (for example, DatabaseTable("Categories") or DatabaseTable(1)).
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |