View Full Version : Data from many tables


am_sarath
09-19-2001, 12:23 AM
Hello
I need to display the records stored in my tables, that is:I have a report and I want to display the reocrds from 2 or more tables on a single report, each table has to be displayed seperately.It should look like,first from one table and followed by another and another.Please help me regarding this.
Thanking in advance

Rich@ITTC
09-19-2001, 04:38 AM
Hi am_sarath

You could create a report with subreports, one for each table.

However, this seems unusual as usually the information displayed in a report is more than just the tables as straight tables/datasheets. Have you thought about linking/relating the data together via a query and then using group headers/footers to group, sort and order your data.

If you provide a little more information on the type of database you have created, the kind of data you are storing and the type of report you want to print out then there may be more concrete suggestions from people who contribute to this forum.

HTH

Rich Gorvin