Hello,
Is it possible to split rows of a single column into 2 (new) columns by using a query? Example: column A from a table contains 200 (unique) rows and the query divides them (dynamically) to column B and C with 100 unique rows each.
Why would you do that? Well, because I want the table to be displayed in my (continuous) report, but because it contains so many records, I want to display them in two columns next to each other. When I do that by putting the table field twice in my detail section, I get two identical columns...
Is it possible to split rows of a single column into 2 (new) columns by using a query? Example: column A from a table contains 200 (unique) rows and the query divides them (dynamically) to column B and C with 100 unique rows each.
Why would you do that? Well, because I want the table to be displayed in my (continuous) report, but because it contains so many records, I want to display them in two columns next to each other. When I do that by putting the table field twice in my detail section, I get two identical columns...