Merging several link tables into one Master Report

S

Santi

How do I combine all the information from a Database that has several link
tables into one report that will show everything? The fields in the tables
are the same and are arranged in the same order I just need to put everything
in one place so it can update as information is added, deleted or revised.
Can anyone help?
 
F

Fred

Your question raise questions. But those aside, the short answer is to
create a query which has your desired tables, and then create a report that
uses that query as it's data source.
 
Top