I have been working with a software that delivers data using ".mdb" files or Access as seen below. These are large files with several primary keys that build relationships between the tables. I am not very familiar with Access, but these seem to be how the data is built together.
My current goal is to filter the data in order to have a single table with adjusted columns from different tables. I have played around with the queries and been able to filter out information from individual columns, but is there a way to take columns and place them into a new table?
For Example: Looking at my image, the first primary is analysis set where a primary key "AnalysisIndex" is located. This is a value that I am interested in having on my new table. However, Analysis set has a large set of "sub data". When I add this column to the new table, I want it to update its size so that it is not just 1,2,3,4,5,6,etc. but rather 1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,etc. with the sub data in neighboring columns.
Thanks
![]()