A family of Microsoft relational database management systems designed for ease of use.
First, you do NOT need to create a "master Table" here. You can base your report on a query that JOINS all your data.
Why are you creating 1:1 relationships? It sounds like you may have relational data which would mean multiple tables in a 1:many relationship.
This is what queries were designed to do, join data from multiple tables for reporting and analysis purposes.
So to help further we need to understand your data structures.