i have ten small tables for each state. i have ten reports. i would like to combine the ten tables by state into one report. what is the best way to do this?
You can add all ten reports to another main report to get them all together, or you should be able to create a Union Query that brings all the info into one query and then create the Report from there. The Union query will work if the field names for all your tables have the same fields.
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.