Table Object |
Use the table object when you want to print information in a table format. This information can include other template objects or a record set that is returned from a connected database.
The table object is dynamic. When you place template objects in the table cells, the rows and columns are resized automatically at print time in response to the size and presence of the objects that are contained within the table cells.
You can also create a table object that contains dynamic data, such as database records or data that is returned from Visual Basic Script. The table object supports this dynamic data by increasing its rows or columns automatically at print time to accommodate the data that is merged with the document when it is printed. You can create a table object that is connected to a database by using a designated option that is available on the object toolbar. You can also create a standard table and then configure the data that you want to dynamically populate the table.
|
The table object includes properties that you can set to configure borders and backgrounds for the table. |
To add a table object to the template
To add a table object that has dynamic data to the template
Adding Objects to a Table Object
Learn how to add new and existing objects to the table cells, including how to drag objects from one cell to another or out of the table itself.
Use this dialog to access the property pages for a table object. You can use these property pages to customize the table object to your design needs.
Configuring Borders and Shading
Learn how to specify borders and shading for the entire table and for specific rows, columns, and cells.
Creating Tables that Use Dynamic Data
Learn how to create a table object that contains dynamic data, such as database records or data that is returned from Visual Basic Script, and how to configure the display of the data within the table.
Related Topics