Forum Discussion
Pivot two tables
- 8 years ago
Hi chriswragge
In edit queries, add a Custom Column to create a Cross Join.
Open TableA, create a custom column using TableB,
After you click OK, you get a new column that “contains” the entire TableB as an object in each row of the TableA (as shown above).
Then all I needed to do then is expand the new column by clicking the expand button (shown above) to create all the possible combinations (shown below)
Best Regards
Maggie
Hi chriswragge
In edit queries, add a Custom Column to create a Cross Join.
Open TableA, create a custom column using TableB,
After you click OK, you get a new column that “contains” the entire TableB as an object in each row of the TableA (as shown above).
Then all I needed to do then is expand the new column by clicking the expand button (shown above) to create all the possible combinations (shown below)
Best Regards
Maggie
- chriswragge7 years agoHelper IThanks Maggie. Worked a treat!