Database Table Grid within FormField Document

  • I have a Form Field document that I would like to insert several dynamic tables within.

    I see the example in the manual, but want to know how to control where the table is created.

    For instance, I want one small table (grid) created at the bottom of a particular page and the next table start at the top of next page.

    I can see how to iterate through a table/query to populate the grid, but, how do you tell the document where to place the various grids? Just like with form fields, I'd like to be able to position something within the document to indicate the start position of the grids.

    Thanks for any hints.

    John

  • I would guess an alternative would be a formatted merge memo field with each line formatted for each record? The trick of course is to dynamically
    size the memo field.

    So, if I place the memo fields at a particular location I would expect to see something like:

    Static text. Static text. Static text.

    John Smith Company A Address 1
    Jim Curry Company B Address 2
    Mary Clark Company C Address 3
    Joe Tuttle Company D Address 4

    Static text. Static text. Static text.

    Thanks,

    John