Linking 2 tables in a report

A

Amy

I have one query that has account numbers listed and a
table that has the number, account name and begining
balance. Is there a way to link in a report the account
number, name and account balance?
 
D

Douglas J. Steele

Create a query that joins the two tables together, and base the report on
the query.
 
Top