Guys,
I would like to split a table in a way that when it reaches a number of X rows, the rows after this will be shown on a separate table next to it, as a continuation.
This should be done automatically, in a dynamic way. Of course I could insert two tables and set a TOP or LIMIT function on the query, or a filter, but I would like something more dynamically changing.
This is because I want to have the info from a table that should not scroll, because I want to export the information on a single PPT page. That’s why I need it to be dynamically changed.
Any ideas please? Thanks!!
e.g