January 5, 2010 at 10:21 am
On my report I have 2 tables. I would like the tables to be displayed next to each other. In the layout I have them right next to each other but when I preview the report the data is listed like this -
Table1
Table2
Instead of this
Table1 Table2
How do I get them to be side by side?
Thanks
January 6, 2010 at 6:16 am
What width do you have the report set to? What is the combined width of the 2 tables?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
January 6, 2010 at 10:30 am
The width of the report is 11in and the combined width of the 2 tables is 4in.
Each table consists of 1 textbox. Here is the code for each -
Table 1
=IIf(RowNumber(Nothing)<13, Fields!Ord.Value & " " & Fields!Page.Value,"")
Table 2
=IIf(RowNumber(Nothing)>=13, Fields!Ord.Value & " " & Fields!Page.Value,"")
January 6, 2010 at 5:34 pm
Hi
I have come across the same problem before and I found that placing the 2 tables side by side, inside the same rectangle solves the problem.
Mike
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply