Bringing data together

M

Matt Dawson

I have two tables and I need to bring the matching Serial IDs from both
tables to produce the related fields i.e. Table one Serial ID matched with
Table two Serial ID which then produces the related records based on the one
Serial ID
Many Thanks,
Matt
 
R

Rick B

Just include both tables in your query and draw a link (relationship)
between the two tables. Then add the needed fields from the tables to the
query.
 
Top