On my report I only have two columns Agent and CountOfAgent. I have only 20 agents. When I print the report it shows the two columns. The thing is that on the 1st page it shows Agents 1 15 on page 2 it shows the rest. I would like to get the agents from page two to show up on page one so that I can just print one page. I tried copying the agent textbox but it just duplicated the agents.
Example:
Page 1
Agents CountOfAgents
John 2
Mary 5
Page 2
Agents CountOfAgents
Tom 4
Jane 3
I want them all on one page
Example:
Page 1
Agents CountOfAgents
John 2
Mary 5
Page 2
Agents CountOfAgents
Tom 4
Jane 3
I want them all on one page