View Full Version : Printing report on preprinted forms


marcsing
11-12-1999, 11:45 AM
How can I print a report to mimic a preprinted form and not have the detail section add lines to the overall report size when there is more than 1 record to print in the detail section? My reports either bump the footer section or print the next record of a group on the next page.
I have messed with the keep together, movelayout, nextrecord, printsection until I am blue in the face. Hhhhheeeelllllppppp!

Ccook
11-30-1999, 11:26 AM
I have the same problem....did you find an answer to this problem?

peldridg
12-05-1999, 02:44 PM
I have 2 suggestions:

1. Use a query so you only every get one record in the detail section.

2. Suppress the detail section in the report and put the detail line fields in the header section (or whatever section you use).

Hope this helps.
Phil