User1447854015 posted
Hi Everyone,
I have two datatables I want to join to a report, the onlything is I need a different kind of format then I am used to. I need a table per datarow and only four tables per page. Below every pair of tables is another table using the second datatable. It is
hard to explain but here is kind of what I mean:
+---------------------------------------------------------------------------+
|DataTable 1 Row 1 Title | DataTable 1 Row 2 Title |
+----------------------------------------+----------------------------------+
|Cell 1 |Cell 1 |
|Cell 2 |Cell 2 |
|Cell 3 |Cell 3 |
|Cell 4 |Cell 4 |
|----------------------------------------+----------------------------------+
| DataTable 2 Row 1 Title |
+---------------------------------------------------------------------------|
| Cell 1 |
| Cell 2 |
| Cell 3 |
+----------------------------------------------------------------------------
|DataTable 1 Row 3 Title | DataTable 1 Row 4 Title |
+----------------------------------------+----------------------------------+
|Cell 1 |Cell 1 |
|Cell 2 |Cell 2 |
|Cell 3 |Cell 3 |
|Cell 4 |Cell 4 |
|----------------------------------------+----------------------------------+
| DataTable 2 Row 2 Title |
+---------------------------------------------------------------------------|
| Cell 1 |
| Cell 2 |
| Cell 3 |
+----------------------------------------------------------------------------
If anyone can even understand what I need it would be very helpful if someone could point me in the right direction.
Thanks!