Connecting Tech Pros Worldwide Help | Site Map

Viewing data from multiple tables

Newbie
 
Join Date: Jul 2007
Posts: 5
#1: Nov 30 '07
I have a database with around 10 tables, each table with 10 to 15 fields and around 2000 records. I would like to create a view of all the data from all these tables. Is it possible? If yes, how? Or is it possible only by creating a query?

Thanks in advance,

Sumith.
puppydogbuddy's Avatar
Expert
 
Join Date: May 2007
Location: Florida
Posts: 1,915
#2: Nov 30 '07

re: Viewing data from multiple tables


Quote:

Originally Posted by Sumith76

I have a database with around 10 tables, each table with 10 to 15 fields and around 2000 records. I would like to create a view of all the data from all these tables. Is it possible? If yes, how? Or is it possible only by creating a query?

Thanks in advance,

Sumith.

If you want to view data from more than one table, you must use a query. You can enhance the query's default view (datasheet) by placing the query behind a form or report.
Reply