First post guys, hope you can help me out.
OK, I have 10 tables in a database,
all 10 have the same fields, 'last' and 'first'
each table has a different amount of records "names" in those fields
I want to print a report that has all 10 tables worth of names grouped by table.
Thats where it gets hard (at least for me) a query does no good because of the different amount of records in each table. I tried a union query and that does a good job grouping the names but then I loose the source... tables. Im stuck.
There has to be a way you can drag and drop a text.box onto a report in design view and tell it to pull from a specific table, then do that 9 more times.
thanks in advance
OK, I have 10 tables in a database,
all 10 have the same fields, 'last' and 'first'
each table has a different amount of records "names" in those fields
I want to print a report that has all 10 tables worth of names grouped by table.
Thats where it gets hard (at least for me) a query does no good because of the different amount of records in each table. I tried a union query and that does a good job grouping the names but then I loose the source... tables. Im stuck.
There has to be a way you can drag and drop a text.box onto a report in design view and tell it to pull from a specific table, then do that 9 more times.
thanks in advance