In our client information module we have a ton of demographic info and then six embedded forms that are one-to-many, thus, requiring a multi-banded report. This is no problem, I have used a technique to add all the objects I need in the detail band to cover all the child forms and then conditionally print based on the group designation. This has always worked well until this particular module. The layout is a short page header to reprint client name, etc, a client group header that is very lengthy as it contains a lot of admission information, but will only print once as this report is for one client at a time. The second group header is very short with only a title to the detail form, which conditionally displays differing titles. The detail band is quite lengthy as it simulates six detail bands, but when outputting the band only prints about 4 to 8 lines per record. I would expect that the report would output the detail section with many lines of info as there is plenty of room on each page after the first group header is printed. I could see having four to six record bands print per page, BUT, what I am getting is one record-band or maybe two per page and a very lengthy report, which is unacceptible as this must become part of the medical record. I placed markers at the beginning of the band and at the end to see if I had an object that did not float or something and the markers appropriately surround the record info and then half the page is left blank. I have messed with this for six hours and cant figure out why the band moves to a second page when there is plenty of room on the current page. Additionally there is a page footer with a single line of info. And a group footer for the client group that only prints at the end of the report. Can anyone help me out?