FP97: How to Return Database Results to Rows in a Table (160804)



The information in this article applies to:

  • Microsoft FrontPage 97 for Windows with Bonus Pack

This article was previously published under Q160804

SUMMARY

In order to return database query results to separate rows in a table, you need to select the row using the Select Row command on the Table menu before you insert the Detail Section or the If-Then Conditional Section.

If you attempt to select the row by selecting the cells in a row, the cells (the <td> tags) will be selected, but the rows (the <tr> tags) will remain.

MORE INFORMATION

To set up a detail or if-then conditional section that returns database query results to separate rows in a table, use the following steps:
  1. Create a new page in FrontPage Editor.
  2. Insert a table (click Insert Table on the Table menu).
  3. Place the insertion point within a row in the table.
  4. On the Table menu, click Select Row.
  5. On the Edit menu, click Database, and then click Detail Section or If-Then Conditional Section.

Modification Type:MajorLast Reviewed:8/10/2001
Keywords:kbhowto kbusage KB160804