linking tables

N

Norma

Having trouble understanding how to link my 8 tables
within a database so I can create reports with a mix of
information from each. Each table has a common
column "workshop". Getting the report format but the
information isn't showing. Any plain english instruction
would be great.
 
D

Douglas J. Steele

Pretty much impossible for anyone to be able to give any specific advice
without knowing more about your tables.

In general, you create a query that joins your tables together.
 
P

Paul

-----Original Message-----
Having trouble understanding how to link my 8 tables
within a database so I can create reports with a mix of
information from each. Each table has a common
column "workshop". Getting the report format but the
information isn't showing. Any plain english instruction
would be great.
.

Try creating a query that contains the 8 tables and link
the common fields by click and drag. good luck
 
Top