January 17, 200520 yr I have a script that runs a report with one record to a page. I would like to create a Table of Contents that includes the Title of each record and the page number of the report it is found on. Does anyone know the easiest way to do this? thanks for any help.
January 18, 200520 yr You might try first looping through the records, setting a number field with the page number for that record (2,3,4,etc.) Then print a regular list view with the Description and Page Number (you could even sub-summarize by Chapter or something, if needed.) Then go to your existing report layout and print that. Because of the page numbering, this would not be a robust solution in multi-user environments. In this case, you could either append the Description and Page Number in one big global field, or use a separate table for the User and Page# join, and then print these related records.
Create an account or sign in to comment