I created a report that accesses two views. The first view has most of the data needed in the report. The second view is necessary to pull data not available in the primary view. When it reads the records in the second view it prints a copy each time it reads a record. It should only print one page per record, instead it prints a page each time it loops in the second view. How can I force it to print one page per record based on the primary view? I hope I explained it clearly.
Let me clarify a bit, just in case. The primary view is based on a case number 123456, and it is linked to the second view using the case number. However, view two has specific information that requires it to loop several times to find specific information. Each time it loops it prints a copy instead of just skipping it until it finds the specific information and prints a page.
Thank you for any type of input.
Let me clarify a bit, just in case. The primary view is based on a case number 123456, and it is linked to the second view using the case number. However, view two has specific information that requires it to loop several times to find specific information. Each time it loops it prints a copy instead of just skipping it until it finds the specific information and prints a page.
Thank you for any type of input.