Normally you would write SQL Specific Pass Through Queries to link into the MAS datasource. Then write some other queries, either make table or append queries to populate tables. Then you create a form with code that allows you to dump the old data and populate with new data and then build your report off the tables. Very common. Lots of people do this.
Please be advised that it is best to keep the tables in another database and link them into the database with the code and form. This is because if you do a lot of refreshing of the data the database will grow in size until it hits 2 GB and at that point will stop working. Linking in the tables to be refreshed you do not have this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.