Forum Discussion
rob1974
7 years agoNew Member
Merge Table, create extra rows instead of colums
Hello, I have highly relational data and i want to aggregate some of the data into 1 list. Basically i need to accomplish 3 visible tables/list : project all applications related to the proj...
- 7 years ago
Solved it by creating 5 tables (project - applevel1-5), making sure all columns were the same and then used append query to create 1 big table.
rob1974
7 years agoNew Member
Solved it by creating 5 tables (project - applevel1-5), making sure all columns were the same and then used append query to create 1 big table.