Forum Discussion

rob1974's avatar
rob1974
New Member
7 years ago
Solved

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...
  • rob1974's avatar
    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.