Reputation: 891
I'm kinda stuck with a problem which I have no idea how to fix. I'm doing a nested loop using 2 tables in the form but the output is funny where the records disappear for records more than a page. It shows only one page but not the balance of it. Besides that, there is a blank page before the records as well. Please help me with this.
Thank you Gurus
Upvotes: 0
Views: 1840
Reputation: 189
Use Parallel Cursor for the nested loop and store all values in 1 Final Table.
Upvotes: 0